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.
minification / build
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.
third party code used in this experiment
- html5slider by fryn, MIT license
- js signals by millermedeiros, MIT license
- require js, by jrburke, BSD & MIT license
- raf js, by paulirish, MIT license
license
Description
Languages
JavaScript
90.8%
CSS
8%
HTML
1.2%
