0.3.0 • Published 12 months ago
roughlify v0.3.0
roughlify
Make your SVG rough (❤️ rough.js).
Online app
For an online version of roughlify
, visit https://asiffer.github.io/roughlify/!
Installation
yarn global add roughlify
Usage
You 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.