You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one wants to have different input files for different platforms, it would be helpful to have every type of icon be optional, like options.firefox, options.coast and options.windowsTile
All icons should be optional in my opinion. In one of my projects I only need around five icons which deals with most browser / devices I need to support.
The ability to optionally select icons to create would be certainly welcomed.
If one wants to have different input files for different platforms, it would be helpful to have every type of icon be optional, like
options.firefox
,options.coast
andoptions.windowsTile
default:
options.apple = true;
options.regular = true;
I've already implemented that in my local copy, but a pull request would be overkill in this case, right?
The text was updated successfully, but these errors were encountered: