daveearley / screenshot.rocks

Create beautiful mobile & browser mockups from screenshots
https://screenshot.rocks
MIT License
721 stars 61 forks source link

Allow the user to set a custom (local) image for the canvas' background #15

Closed bharatramnani94 closed 4 years ago

bharatramnani94 commented 4 years ago

Fixes #13

Just added a simple input[type="file"] to let the user select the image for the canvas' background. Made this the 5th button in the background-image selection area (with a plus icon).

So the background-image selector changed from:

Screenshot 2020-08-23 at 9 48 36 PM

to:

Screenshot 2020-08-23 at 9 48 16 PM
vercel[bot] commented 4 years ago

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/daveearley/screenshot-rocks/2ppw79887
✅ Preview: https://screenshot-roc-git-fork-bharatramnani94-feature-customim-6a719d.daveearley.vercel.app

daveearley commented 4 years ago

Amazing, works great! thanks for adding this

Gitter499 commented 4 years ago

Fixes #13

Just added a simple input[type="file"] to let the user select the image for the canvas' background.

Made this the 5th button in the background-image selection area (with a plus icon).

So the background-image selector changed from:

Screenshot 2020-08-23 at 9 48 36 PM

to:

Screenshot 2020-08-23 at 9 48 16 PM

Awesome!