Convert an entire svg to path elements, split combined absolute paths into seperate paths, and save them to a new svg file.
npm i -g svg-split-paths-cli
svg-split-paths <input-file> [options]
Argument | Description |
---|---|
<input file> |
path to input file |
Option | Description |
---|---|
-o, --output <path> |
path to output file |
-h, --help |
show help |
- Tests