We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, I need to create an 108x108 png
The text was updated successfully, but these errors were encountered:
Now I know I can put an extra field to node_modules/favicons/dist/config/icons.json and then enabled it in the project gulp task.
node_modules/favicons/dist/config/icons.json
"extra": { "extra-108x108.png": { "width": 108, "height": 108, "transparent": true, "rotate": false, "mask": false } }
icons: { extra: true }
But is there any other more elegant way?
Sorry, something went wrong.
/cc @brunocodutra
No branches or pull requests
For example, I need to create an 108x108 png
The text was updated successfully, but these errors were encountered: