glitmage

Glitchify an image with canvas.


Keywords
glitch, image, canvas
License
MIT
Install
bower install glitmage

Documentation

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