CLI-UI: Icon Generator
See original GitHub issueWhat problem does this feature solve?
Having the possibility to provide a high-resolution icon and generate all the different icon resolutions for different devices to be used in both the manifest.json
and index.html
What does the proposed API look like?
Input: a simple file picker that can point to a png
file format and should throw a warning if the picture is not of a high enough resolution
Output: by default, it will point to public\img\icons
.
here an example just for a getting an idea: https://www.favicon-generator.org/
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:5 (2 by maintainers)
Top Results From Across the Web
SamVerschueren/mobicon-cli: Mobile icon generator - GitHub
Mobile icon generator. ... mobicon --help Usage $ mobicon <file> Options --platform, -p Platform to generate icons for --background, -b Color of the...
Read more >@poppinss/cliui - npm
This repo is a command line UI Kit used by the AdonisJS framework to design its command line interfaces. The kit is highly...
Read more >Generator-abc NPM | npm.io
Installation. First, install Yeoman and generator-abc using npm (we assume you have pre-installed node.js). npm install -g yo npm install -g generator-abc.
Read more >Icons command line generator - linux - Super User
Icons command line generator ... Generate an .ico file with multiple icons in it; Do it from only 1 (one) png or jpeg...
Read more >Third Party Software 5.3 | Confluent
babel-helper-builder-binary-assignment-operator-visitor, MIT ... babel-plugin-transform-async-generator-functions, MIT ... cliui, ISC.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@yyx990803 it is a dev dependency and pretty much everyone rather would download few MB of dependencies than manually create 14 differently sized icons.
Yeah, image processing is going to be a big dependency and we don’t want to force users who don’t need this feature to download mbs of unrelated code.