1.6.3 • Published 8 months ago

@ffflorian/electron-icon-generator v1.6.3

Weekly downloads
3
License
GPL-3.0
Repository
-
Last release
8 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.6.3

8 months ago

1.5.5

11 months ago

1.5.4

1 year ago

1.6.2

10 months ago

1.6.1

11 months ago

1.6.0

11 months ago

1.5.3

1 year ago

1.5.2

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.9

1 year ago

1.4.10

1 year ago

1.4.8

2 years ago

1.4.7

2 years ago

1.4.6

2 years ago

1.4.5

2 years ago

1.4.4

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

2 years ago

1.4.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.3.1

2 years ago

1.0.4

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago