Skip to content

Instantly share code, notes, and snippets.

@bazuka5801
Created June 1, 2021 02:02
Show Gist options
  • Save bazuka5801/1e0a2f1758b8d68d60d45ad44d6c948f to your computer and use it in GitHub Desktop.
Save bazuka5801/1e0a2f1758b8d68d60d45ad44d6c948f to your computer and use it in GitHub Desktop.
Quasar - Icon Genie
# [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