gleero / grunt-favicons

Generate favicon.ico and icons for iOS, Android and WP8
MIT License
232 stars 48 forks source link

Added option for .ico transparency #39

Closed oblador closed 3 years ago

oblador commented 10 years ago

Current implementation will always return a white background for any png source with alpha channel. This option makes the defined color transparent. Ideally we'd just use the original alpha channel, but can't get it to work.