vecart

Create pixel art in vector form.

Usage no npm install needed!

<script type="module">
  import vecart from 'https://cdn.skypack.dev/vecart';
</script>

README

Vecart

What?

Vector pixelart parser.

Basically, this would convert your PNG pixelart to SVG with 1:1 conversion.

Why?

I love viewing pixelart diffs. Since every pixel is so important.

Usage

vecart image.png

This will output source svg to stdout. You could combine it with svgo.

License

MIT