Glitchify an image with canvas.
https://lab.miguelmota.com/glitmage
bower install glitmagenpm install glitmagevar glitmage = Glitmage(document.getElementById('glitmage'));
glitmage.pause(); // pause glitch
glitmage.resume(); // resume glitch
glitmage.stop(); // stop glitch and reset image
glitmage.start(); // start glitchMIT
