@kaleocheng/coarse-cli

cli tool for https://github.com/ismay/coarse

Usage no npm install needed!

<script type="module">
  import kaleochengCoarseCli from 'https://cdn.skypack.dev/@kaleocheng/coarse-cli';
</script>

README

coarse-cli

Cli for https://github.com/ismay/coarse which convert svg file to sketch with Rough.js

usage

$ npm install @kaleocheng/coarse-cli

# convert one svg
$ coarse input.svg output.svg

# convert all svg files in folder
$ coarse --source-dir input/ --target-dir output/

example

to