@667/replicon
v0.1.16
Published
CLI tool to resize and export SVG logo to PNG files with different sizes and magnifications.
Downloads
77
Maintainers
Readme
Replicon
Replicon (replicate icon) is a CLI tool to resize and export SVG logo to PNG files with different sizes and magnifications.
Installation
npm install @667/replicon
or use npx...
npx @667/replicon --help
Web UI
You can either use it from the CLI as per the usage below or online: https://replicon.june07.com/
Usage:
$ npx @667/replicon --help
Options:
--version Show version number [boolean]
-i, --input Input SVG logo file [string]
-b, --base-resolutions Base resolutions for the PNG files (comma-separated)
[string] [default: "16,32,48,128"]
-o, --output-dir Output directory for the PNG files
[string] [default: "/tmp/icon/icons"]
-s, --silent Silently continue with defaults without prompting the
user [boolean]
-m, --magnifications Magnifications for the PNG files (comma-separated)
[string]
--help Show help [boolean]
Because I got tired of manually replicating (resize, export, repeat) icons using Inkscape and/or Gimp!