png2svg-cli

```batch npm i -g png2svg-cli ```

Usage no npm install needed!

<script type="module">
  import png2svgCli from 'https://cdn.skypack.dev/png2svg-cli';
</script>

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!