nicksawhney / bernie-sits

A site that went kinda viral that lets you put Bernie Sanders in places
GNU Affero General Public License v3.0
307 stars 50 forks source link

Add bernie on the client side and add the ability to drag/drop to move him around #21

Open keevie opened 3 years ago

keevie commented 3 years ago

The backend at this point is just a proxy to the streetview api (although I left your routes in there).

Feedback welcome...I just got inspired and thought this would be a fun little sunday project.

nicksawhney commented 3 years ago

Love it! Good to have as an option and I like that you can move bernie around easily but saving the image works normally. I'm gonna merge this onto a new branch. Does it work the same on mobile?

keevie commented 3 years ago

Looks like the drag-to-move needs some tweaks to work on mobile, but otherwise it's working (tested only on android/chrome)

Probably just listening to touchstart etc in addition to mouseup and mousedown would do it