-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add SVG Favicon output support #304
Comments
svg favicon with fallback
https://css-tricks.com/svg-favicons-and-all-the-fun-things-we-can-do-with-them/ |
@RplusSoundOn i know how it should look like in the html. |
PR welcome |
Upvote 👍🏼 |
Merged
Is it okay if the feature only supports SVG as an output if and only if the input is an SVG? It would be the easier than converting PNGs to SVGs 😅 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main desktop browser are supporting SVG favicons. https://caniuse.com/#feat=link-icon-svg
This library already supports svg as an input field but doesn't have a svg output, as far as I can see.
Would be cool if this will be implemented.
The text was updated successfully, but these errors were encountered: