The Wayback Machine - https://web.archive.org/web/20201123124741/https://github.com/Tricktionary/TheFry
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
 
 
js
 
 
 
 
 
 
 
 
 
 

README.md

TheFry

A web app that assist you in creating memes by deep frying the memes for you

ScreenShot

Why?

I got sick of frying my own memes on Photoshop and wanted a quicker solution

How does it work ?

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); })

How to run

It's a static website so you can run it by simply accessing the HTML file.

TODO

  • Update UI its very ugly at the moment
  • Deploy the application to either Github Pages or Heroku

Promo Code : JACKY15 @ any fry

About

πŸ˜©πŸ‘ŒπŸ’¦ Deep Fry Images with this fresh web app

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.