itgalaxy / favicons

Favicons generator for Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add El Capitan favicon support

haydenbleasel opened this issue · comments

Like #58, 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.

<link rel="mask-icon" href="website_icon.svg" color="red">

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

@haydenbleasel any news?

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

How about 'partial support' in case where the svgs are already provided in the sources?