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

Make image fusion in browser #19

Closed hesenp closed 3 years ago

hesenp commented 3 years ago

Hey @nicksawhney ! Good job on making the Bernie meme a spash! My Fb timeline is swamped with funny Bernie memes.

I was trying to generate my own meme and realized that you pulled the original site due to API cost. I noticed that you are trying to handle the image fusion part in server. Actually this operation would be done in JavaScript in users' browser. As a result your entire site would be statically hosted on free places like Github itself.

Here's some packages to give you some rough ideas.

Thanks a lot for the fun generating work!

keevie commented 3 years ago

https://github.com/nicksawhney/bernie-sits/pull/21 implemented here :)