4715d6e422a41ba0ee769be0922f01616c119e17
image glitch experiment
this is an experiment for the web browser. it corrupts jpg images so that they appear "glitched".
this experiment is very much based on the smack my glitch up js script.
build script
the build script takes care of concatenating and minifying all scripts and styles. it uses gruntjs.
please make sure that both nodejs and grunt-cli are set up properly on your machine.
run npm install from within the build/ folder to install the dependencies of the build script.
to build, run grunt production from within the build/ folder. the optimized files will get copied to the production/ folder.
third party code used in this experiment
- js signals by millermedeiros, MIT license
- require js, by jrburke, BSD & MIT license
- almond js, by jrburke, BSD & MIT license
- raf js, by paulirish, MIT license
license
Languages
JavaScript
90.8%
CSS
8%
HTML
1.2%
