PinMe ā Publish Sites in Seconds. Tamper-proof by design.
Publish Sites in Seconds. Tamper-proof by design.
Promoted
Maker
š
I wanted a resizer I could use quickly, so I hacked one together in pure js/jquery.
The site only does a few things, but it does them well. Proud that it does not use an libraries and does everything in a single page without reloads or redirections
There were some basic goals I had:
ā Must do as much of the work client side and without libraries and in a single page, this keeps traffic to the server low.
ā It has to be private and not store the user's image data. This is super important to me. The site logs what is done on it, but never captures image data.
ā URL importing was important and this was tricky to get working, as the image data has to be proxied to the server then back to the client to satisfy CORS.
ā Should be fun to use, the default image it loads with is a picture of a Ginger cat which you can use to test it out.
I wanted a resizer I could use quickly, so I hacked one together in pure js/jquery.
The site only does a few things, but it does them well. Proud that it does not use an libraries and does everything in a single page without reloads or redirections
There were some basic goals I had:
ā Must do as much of the work client side and without libraries and in a single page, this keeps traffic to the server low.
ā It has to be private and not store the user's image data. This is super important to me. The site logs what is done on it, but never captures image data.
ā URL importing was important and this was tricky to get working, as the image data has to be proxied to the server then back to the client to satisfy CORS.
ā Should be fun to use, the default image it loads with is a picture of a Ginger cat which you can use to test it out.
ā Has to work on a device with any screen size.
Come check it out and let me know what you think!