Consider adding silhouette ability for Windows
haydenbleasel opened this issue · 6 comments
haydenbleasel commented
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.
haydenbleasel commented
AutoTrace looked promising but requires native dependency of the same name.
haydenbleasel commented
Documented in the README for now, we'll come back to this when possible.
ArmorDarks commented
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 commented
ArmorDarks commented
@dangreen Thanks for pointing out, didn't see that :)
dnorthup-ums commented
If you need to output SVG (using SVG as input) you could use SVG.js...