/png2svg

pixel by pixel png -> svg

Primary LanguageJavaScriptMIT LicenseMIT

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