Day: June 19, 2018

  • Rough.js – A “Hand-drawn” Javascript Vector Library

    [Neat tool for drawing cutesy vector shapes](https://github.com/pshihn/rough): >Rough.js is a light weight (~9kB gzipped) graphics library that lets you draw in a sketchy, hand-drawn-like, style. The library defines primitives to draw lines, curves, arcs, polygons, circles, and ellipses. It also supports drawing SVG paths. There’s a lot of nuance to this, too. For example, there…