CLI tool that applies rough.js ( GitHub ) to existing SVG file and generate new rough SVG.
By using rougher.js
, the base image above will be converted into the following:
$ git clone $THIS_REPOSITORY
$ cd $REPOSITORY_DIRECTORY
$ yarn install
$ yarn build ; yarn link ; rougher ./examples/source.svg > examples/translated.svg
- Node.js
- Yarn