blueframe is a experiment that splices a single frame of pornography into any old gif. After picking a gif using giphy the site randomly inserts a blue frame from a small set of pornographic image sources into that gif. The new frame is shown so quicly as to almost be subliminal.
The website uses Jekyll and Webpack for building:
$ git checkout gh-pages
$ npm installStart Jekyll with:
$ jekyll serve -wStart webpack with:
$ webpack --watchMain TypeScript code is in src and output to dist folder.
