glfx.js
glfx.js copied to clipboard
Gaussian blur
A gaussian blur is an obvious addition for a library like this. A really easy (although far from the most efficient) implementation is just two iterations of a triangle blur.