Created
June 1, 2021 02:02
-
-
Save bazuka5801/1e0a2f1758b8d68d60d45ad44d6c948f to your computer and use it in GitHub Desktop.
Quasar - Icon Genie
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# [Optiona] Installing icongenie | |
yarn global add @quasar/icongenie | |
# Generate profile | |
icongenie p \ | |
-o prod \ | |
-i ./src/assets/logo.png \ | |
-b ./src/assets/splash.png \ | |
--splashscreen-icon-ratio 0 \ | |
--skip-trim \ | |
--include all | |
# Use profile | |
icongenie g -p ./icongenie-prod.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment