Apply a CRT filter to a canvas in HTML 5.
View the Project on GitHub mikeradvak/html-5-canvas-crt-filter
Applies a CRT-like filter to an HTML 5 canvas. The effect is achieved by applying a pixel-by-pixel transformation algorithm to the canvas image data.
To manipulate the canvas image data, by pixel, I'm using flother's CanvasImageData class.