Make pixelated gradient GIFs with words on them!
Example GIF
git clone https://github.com/noelleleigh/animated-pixel-gradients.git
cd animated-pixel-gradients
npm install
npm start
Open http://localhost:PORT/
in your browser with the port that it provided (e.g. http://localhost:8080/
)
- MainLoop.js - Runs the update-draw loop for the animation preview
- gif.js - Renders the GIF file
- opentype.js - Draws the text on the canvas
- Develop Twitter bot feature
- Better support for pixel sizes that aren't factors of the canvas resolution