Skip to content
forked from tsoding/emoteJAM

Simple website that generates animated BTTV emotes from static images.

License

Notifications You must be signed in to change notification settings

auto200/emoteJAM

 
 

Repository files navigation

emoteJAM

emoteJAM is a simple website that generates animated BTTV emotes from static images.

That idea is to apply a well established "meme meta filters" to static emotes. Such as JAM, Hop, etc.

The most important feature of the website is that it's completely client-side and can be easily deployed to something like GitHub Pages. It uses WebGL to animate static images and gif.js to generate actual GIF files inside of your browser.

Official Deployed Instance: https://tsoding.org/emoteJAM/

Running Locally

Nothing particularly special is required. Just serve the folder using HTTP server like Python's SimpleHTTPServer:

$ python -m SimpleHTTPServer 6969
$ iexplore.exe http://localhost:6969/

About

Simple website that generates animated BTTV emotes from static images.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.1%
  • HTML 15.9%
  • CSS 7.0%