app-icon icon indicating copy to clipboard operation
app-icon copied to clipboard

Icon management for Mobile Apps. Create icons, generate all required sizes, label and annotate. Supports Native, Cordova, React Native, Xamarin and more. Inspired by cordova-icon.

Results 38 app-icon issues
Sort by recently updated
recently updated
newest added

Node 6 reaches end of life 2019-04-30, so let's bump to 8. This will greatly simplify code as we can use `async/await`.

Hi Dave, As `standard-version` only updates the CHANGELOG.md file for every release but doesn't create a [Github Release](https://help.github.com/en/articles/creating-releases), I think it would be great to use something like [conventional-github-releaser](https://www.npmjs.com/package/conventional-github-releaser) to...

Something like this would be great: ![image](https://user-images.githubusercontent.com/1926984/56713806-624bbf80-6765-11e9-9864-afb31309c778.png) Especially if we can show: - Labels - Adaptive - Android/iOS At the same time it would be good to do a new...

There is the `ic_launcher_web` icon which is used for the app store. We could also update this one. https://stackoverflow.com/questions/13895390/what-does-the-ic-launcher-web-png-in-my-project-root-do

See #71. We now generate round icons - but it might be better to support an `icon.round.png` image as a template for this, in a similar way to adaptive icon....

**Problem** If there are icons which have _not_ been generated (such as the round icons in issue #71), then even after running `generate` the expected icon might not be shown...

This looks like a fantastic tool, but I get this when trying to run it on windows: ``` Failed to call 'convert icon.png -resize 167x167 ios\mobile\Images.xcassets\AppIcon.appiconset\ipad-83.5x83.5-2x.png. Error is 'Command failed:...

Need to add the `man` pages. Might be worth blogging too.

We do not yet support explicitly using a font for the label. This means imagemagick relies on the system default (arial on many systems). This means that unit tests will...