png2svg
v0.0.8
Published
simple pixel art -> SVG
Downloads
34
Readme
Simple png to SVG conversion, pixel by pixel.
See explanation
Just a simple use-case of mikola's get-pixels
Example
png2svg sprite.png sprite.svg
Install
with npm, rock the following:
npm install -g png2svg
Usage
png2svg {pngFile} {outputFile}
Awful error handling right now, just a dirty hack to get it done. I'll probably clean it up later.
License
MIT