Make your SVG rough (❤️ rough.js).
Example with heroicons
For an online version of roughlify, visit https://asiffer.github.io/roughlify/!
yarn global add roughlifyYou can either provide a SVG or HTML file (local or remote). In the HTML case, it will make all the svg rough.
roughlify --stroke "#3500d3" --fill "#3500d3" examples/truck.svg| Before | After |
|---|---|
Currently roughlify follows the rough.js options through CLI flags.