A web app that assist you in creating memes by deep frying the memes for you
I got sick of frying my own memes on Photoshop and wanted a quicker solution
The webpage is just a simple static html website. What happens when you want to want to fry an image is that it gets uploaded into a Canvas and the canvas get modified via Caman.After filtration is applied it is downloaded via Canvas image conversion.
$("#download").click(function(){ var image = canvas.toDataURL("image/jpg"); $("#download").attr('href',image); })
It's a static website so you can run it by simply accessing the HTML file.
- Update UI its very ugly at the moment
- Deploy the application to either Github Pages or Heroku