An open API service indexing awesome lists of open source software.

https://github.com/tinacious/ios-icon-maker

A Node app to automagically generate iOS icons
https://github.com/tinacious/ios-icon-maker

Last synced: 11 months ago
JSON representation

A Node app to automagically generate iOS icons

Awesome Lists containing this project

README

          

# Generate iOS device icons

## Dependencies

Install ImageMagick. On Mac, this can be done using Homebrew:

brew install imagemagick

Install Node.js dependencies:

npm install

## Usage

To process your image, run `index.js` in Node and pass the image path as the first argument:

```bash
node index sample.png
```

Icons will be generated in the `outputs/` directory.

![Demo](demo.gif)

### Output

#### Files

![Output screenshot](screenshot.png)

#### Console

![Screenshot of console output](screenshot-console.png)