everestpipkin / image-scrubber

A friendly browser-based tool for anonymizing photographs taken at protests
https://everestpipkin.github.io/image-scrubber
MIT License
928 stars 82 forks source link

Add drag-and-drop upload functionality to the top bar #19

Closed whns closed 4 years ago

whns commented 4 years ago

Added a quick drag-and-drop upload feature (#9) to the topBar div and made the "turn your internet off" text in the instructions bold.

I borrowed heavily from this tutorial on css-tricks, but took out all of the jQuery usage.

caelinsutch commented 4 years ago

Additional note, I added my own PR, #20, with a slightly less convulted solution. I couldn't get yours to work consistently in Chrome with MacOS.

everestpipkin commented 4 years ago

I merged in PR #20 which has duplicate functionality! Thank you again.