Andrey Kutejko

Results 74 comments of Andrey Kutejko

There is no way to specify different sources per platform. A documentation says "an array of sources" but actually it means "output files". The purpose of this parameter is to...

@Ievgen-Lebediev see https://github.com/jantimon/favicons-webpack-plugin/tree/main/example/multiple

I am not sure if `browserlist` is actually needed. 1. Android Chrome icons depend on device's DPI, not on a browser's version 2. Apple icons and splash screens also depend...

@mureni A version `7.0.0-beta.1` is already released. [Here](https://github.com/jantimon/favicons-webpack-plugin/pull/291) is also a PR to one of downstream packages to test it.

See https://github.com/jantimon/favicons-webpack-plugin/pull/291 just replace `const favicons = require('favicons')` by `const { favicons } = await import('favicons')`.

https://github.com/onderceylan/pwa-asset-generator/issues/71#issuecomment-552081758 > Unfortunately, this is a tradeoff you have to make if you want to provide splash screens for iOS platform. As described in blog post in motivation, iOS doesn't...

See https://github.com/RealFaviconGenerator/realfavicongenerator/issues/411 PR welcome. Sizes may be adjusted [here](https://github.com/itgalaxy/favicons/blob/master/src/platforms/windows.ts#L9-L22). But I do not know what to do with centering (if any).

Thanks for this! Unfortunately, second signature of `favicons` doesn't work with current code (v7.0.0-beta.x). But you've actually influenced me to review types and to do #391.