0.1.1 • Published 7 years ago
png2svg-cli v0.1.1
png2svg
Installation
npm i -g png2svg-cliHow 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 *.svgNotes
All of the sources for the conversion are from https://github.com/webbestmaster/pixel-art-2-svg.
Thanks to the author!