Hi, I created rough.js (<a href="https://roughjs.com/" rel="nofollow">https://roughjs.com/</a>) earlier this year and was curious if I could use it to turn any image to a hand drawn, sketchy image in the browser.<p>Using a web assembly build of OpenCV, I extract the shapes out of an image and feed it to rough.js which draws them and fills them with colored hachure lines.<p>Comments/suggestions welcome. Cheers.