1.5.2 • Published 4 months ago

@ffflorian/electron-icon-generator v1.5.2

Weekly downloads
3
License
GPL-3.0
Repository
github
Last release
4 months ago

electron-icon-generator License: GPL v3 npm version

Based on https://github.com/jaretburkett/electron-icon-maker.

Prerequisites

Installation

ℹ️ This is a hybrid CommonJS / ESM module.

Run yarn global add @ffflorian/electron-icon-generator or npm i -g @ffflorian/electron-icon-generator

Usage

electron-icon-generator --input /path/to/image.png --output /path/to/folder

Arguments

Usage: electron-icon-generator [options]

An icon generator to generate all the icon files needed for electron packaging

Options:
  -V, --version          output the version number
  -i, --input <file>     Input PNG file (recommended size: 1024x1024) (default: "./icon.png")
  -o, --output <folder>  Folder to output new icons folder (default: "./")
  -s, --silent           Don't log anything beside errors
  -h, --help             output usage information

Recommendations

Input file should be 1024*1024px or larger. Make sure it is a 1:1 aspect ratio on width to height.

Output structure

[output dir]
  -[icons]
    -[mac]
      - icon.icns
      -[png]
        - 16x16.png
        - 24x24.png
          ...
        - 512x512.png
        - 1024x1024.png
      -[win]
        -icon.ico
1.5.2

4 months ago

1.5.1

4 months ago

1.5.0

4 months ago

1.4.9

4 months ago

1.4.10

4 months ago

1.4.8

4 months ago

1.4.7

4 months ago

1.4.6

5 months ago

1.4.5

5 months ago

1.4.4

5 months ago

1.4.3

5 months ago

1.4.2

6 months ago

1.4.1

6 months ago

1.4.0

6 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.3.1

1 year ago

1.0.4

1 year ago

1.3.0

1 year ago

1.2.1

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago