png2svg-cli
v0.1.1
Published
```batch npm i -g png2svg-cli ```
Downloads
22
Maintainers
Readme
png2svg
Installation
npm i -g png2svg-cli
How to use!
png2svg-cli [...list-of-file.png]
Example
- Single file
png2svg-cli test01.png
- Multiple files
png2svg-cli test01.png test02.png
- All files
png2svg-cli *.svg
Notes
All of the sources for the conversion are from https://github.com/webbestmaster/pixel-art-2-svg.
Thanks to the author!