0.1.1 • Published 5 years ago

png2svg-cli v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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!