itgalaxy / favicons

Favicons generator for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider adding silhouette ability for Windows

haydenbleasel opened this issue · comments

To reflect functionality provided by the RFG API, we'd need #53 or a library like potrace that traces rasterised image types to vectors. Pure-JS only, as usual.

AutoTrace looked promising but requires native dependency of the same name.

Documented in the README for now, we'll come back to this when possible.

How about ability to provide in addition to base rarster image prepared manually svg?

Personally I didn't like idea of vectorization based on raster anyway... To many rough edges.

@dangreen Thanks for pointing out, didn't see that :)

If you need to output SVG (using SVG as input) you could use SVG.js...