-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Multiple favicon input sources #265
Comments
I like the idea but it would be probably a lot of work to build it.. Do you want to do a POC as a pull request? |
Hey, sorry. I don't have time to work on it. I'd love the feature but will move forward with the third alternative for now. |
This plugin relies on |
favicons >= 7.0.0 picks source image by it's size, solves jantimon#265
favicons >= 7.0.0 picks source image by it's size, solves jantimon#265
favicons >= 7.0.0 picks source image by it's size, solves jantimon#265
favicons >= 7.0.0 picks source image by it's size, solves jantimon#265
favicons >= 7.0.0 picks source image by it's size, solves #265
favicons >= 7.0.0 picks source image by it's size, solves #265
Is your feature request related to a problem? Please describe.
For a project, I have a busy logo at a high resolution but it looks terrible as a favicon. I have a stripped-down version that's a lot simpler and looks good when rendered at 16x16. Because this plugin generates icons at various sizes, it would be great if I could provide multiple source images and have the plugin choose the most appropriate image given the size.
Describe the solution you'd like
Provide an
Array<string>
or{ int: string }
with the different icon sizes so the plugin chooses the smallest image>=
a targetted image size for each output.Describe alternatives you've considered
Additional context
I believe this feature may be supported by the
favicons
library, but am unsure if that's true.The text was updated successfully, but these errors were encountered: