Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 507 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 507 Bytes

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