-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Add a button below or beside the "copy link" button that downloads the current selection as an image. I'm thinking a horizontal, rectangular image with some text near the top left that say something like "My Thoughts:", then the slider in the middle, and some text at the bottom (maybe bottom right for symmetry?) with the URL of the site.
The best way to do this would probably be to generate images with JS, imagemagick-style. However, I'm not sure how to do that, and it might require some stupid JS libraries, which I refuse to use.
Another way to do this would be for me to just create the 21 images with photoshop or glimpse or whatever, upload them, and just download the appropriate image when the button is clicked. This wouldn't be a burden on the end user's web browser because we wouldn't be downloading anything until they clicked the button, but it would definitely be a burden on the git repo, since git and binary files are mortal enemies.