AlexDisler / cordova-icon

Automatic icon resizing for Cordova
MIT License
689 stars 292 forks source link

Add --output option for android #110

Closed cairin closed 2 years ago

cairin commented 6 years ago

Allows for different icons to be used for notifications and icons in android 8. I.e. transparent background images for notifications and non-transparent for app icons. (as per the material design spec)

This functionality is not limited to android, but won't do anything for other platforms yet. Wasn't sure it was necessary for other platforms.

cairin commented 6 years ago

I haven't updated the readme. You can add info to that if you decide to merge. @AlexDisler