There must be a way to do this. I have drawn a shape with the html5 canvas and I would like to blur it. As far as I know there is no native method so I assume a js library i
https://github.com/nodeca/glur - it implements gaussian blur via IIR filter. See demos.