Extract svg paths by id and save them to new svg files.
npm i -g svg-extract-paths-cli
svg-extract-paths <input-file> [options]
Argument | Description |
---|---|
<input file> |
path to input file |
Option | Description |
---|---|
--ids <path> |
path ids to extract, that start with the specified values |
--ids-only <path> |
extract specified ids only, no others |
-h, --help |
show help |
==--ids can be given multiple times or once with multiple values separated by space.==
- Tests