From f9f7d0176391b397eafbd973a62c86944bf6dbe1 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Wed, 27 Nov 2013 22:30:00 +0100 Subject: [PATCH] update readme with link to glitch library --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d48e4ca..2a17adc 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ run ```npm install``` from within the ```build/``` folder to install the depende to build, run ```grunt production``` from within the ```build/``` folder. the optimized files will get copied to the ```production/``` folder. +glitch code +--- +if you're a developer and just interested in the code for the glitch effect, there's a separate repository for that: [glitch-canvas](https://github.com/snorpey/glitch-canvas). + third party code used in this experiment --- * [js signals](http://millermedeiros.github.io/js-signals/) by [millermedeiros](https://github.com/millermedeiros), MIT license