1.1.2 • Published 3 years ago

svgfixer v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

svgFixer

Svg Fixer is a copy and paste of the oslllo-svg-fixer project that doesn't use the "canvas" dependency.With "skia-canvas" as an alternative

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]