itgalaxy / favicons

Favicons generator for Node.js
MIT License
1.19k stars 165 forks source link

[Bug] Favicons generates null value for Android platform #412

Closed MeiKatz closed 1 year ago

MeiKatz commented 1 year ago

Hi, I may have found a bug that is kind of annoying: I am using the favicon webpack plugin, which uses favicons internally. And favicons generates a null value for the Android platform (see screenshot), which breaks Webpack. I am trying to find the reason behind hit but haven't gone down the rabbit hole to its deepest point yet. Maybe someone else has a better overview of the image generation in favicons and can fix this faster than me.

Thanks a lot!

Screenshot

MeiKatz commented 1 year ago

Okay, stupid me: I used icons instead of icon for the shortcuts and also passed a wrong formatted value to it. After changing the name, the value and the path everything works fine.