See explanation
Just a simple use-case of mikola's get-pixels
png2svg sprite.png sprite.svg
with npm, rock the following:
npm install -g png2svg
png2svg {pngFile} {outputFile}
Awful error handling right now, just a dirty hack to get it done. I'll probably clean it up later.
MIT