RT Louis Hoebregts
Drawing shadows with #canvas can be hard to manipulate and very non efficient!
A quick solution is to duplicate your canvas into another one with `blurCanvas.drawImage(canvas)` and apply a `filter: blur(5px)` in CSS on it ✨
Check the code on @CodePen 👇
https://codepen.io/Mamboleoo/pen/GRyexvE