0.0.4 • Published 7 years ago

glitmage v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

glitmage

Glitchify an image with canvas.

Demo

https://lab.miguelmota.com/glitmage

Install

bower install glitmage
npm install glitmage

Usage

var glitmage = Glitmage(document.getElementById('glitmage'));

glitmage.pause(); // pause glitch
glitmage.resume(); // resume glitch
glitmage.stop(); // stop glitch and reset image
glitmage.start(); // start glitch

License

MIT