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.
the requirejs optimizer is used to minify both javascript and css files.
to minify javascript, run r.js -o name=main out=main.min.js
in the terminal from the scripts
folder.
to minify css, run r.js -o cssIn=global.css out=global.min.css optimizeCss=default
from the styles
folder.
- html5slider by fryn, MIT license
- js signals by millermedeiros, MIT license
- require js, by jrburke, BSD & MIT license
- raf js, by paulirish, MIT license