jantimon / favicons-webpack-plugin

Let webpack generate all your favicons and icons for you
MIT License
1.2k stars 211 forks source link

options.logoMaskable #333

Closed carlhopf closed 1 year ago

carlhopf commented 1 year ago

options.logoMaskable support (string, array)

files are loaded via webpack alongside default logo, and then injected to favicons as options.manifestMaskable

based on my other pull request, which enables array support for options.logo/logoMaskable

carlhopf commented 1 year ago

thanks for the review 👍

amended the commit to correct typo in readme, plus a fix that was failing tests

carlhopf commented 1 year ago

rebased and cleaned up, added type and annotations

andy128k commented 1 year ago

Thanks!