Svg fixer stroke - skia-canvas
npm install svgfixer
Usage: npx svgfixer [source] [destination] [options]
Options:
--version Show version number [boolean]
--source, -s path containing SVG(s). [string] [required]
--destination, -d path to store fixed SVG(s). [string] [required]
--strict-destination, --sd throw if destination path does not exist.
[boolean] [default: true]
--show-progress, --sp show progress bar in CLI.[boolean] [default: true]
--help Show help [boolean]
``