app-icon
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.
Hi, Thanks for creating this awesome library. I am not able to generate the icons by using the search (-s) command. `app-icon generate -s ./src/Assets` This is working if the...
Add parameters for notification icons generation: `--notification-icon` for path, default `notification.png`, and `--notification-icons` to activate it. Fix #144 TODO: - init notification icon template - manage a list of notification...
Hello here, I recently started to work on a feature branch to add [Android Notification icons](https://material.io/design/platform-guidance/android-notifications.html) generation. It mostly consists of a **smallIcon**, white and transparent, in 5 sizes, and...
Maybe try to use [sharp](https://sharp.pixelplumbing.com/) instead of **ImageMagick**? For performance and running in Node.js without requiring any additional install or runtime dependencies.
- Now its possible to select a none default icon set for iOS - Users get an warning when no iconset or manifest were found
Resolves #128 Got a bit ahead of discussion in the issue, and just implemented it. Not sure if it fits in the API you want to build for this tool.
I'm running a node docker container with the following command line: `docker run -it --rm -v $(pwd):/home node:11 bash` After running ``` npm install -g app-icon app-icon generate ``` The...
## The devDependency [nyc](https://github.com/istanbuljs/nyc) was updated from `14.1.1` to `15.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The dependency [commander](https://github.com/tj/commander.js) was updated from `3.0.2` to `4.0.1`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...
## The dependency [chalk](https://github.com/chalk/chalk) was updated from `2.4.2` to `3.0.0`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...