Created
March 16, 2020 19:51
-
-
Save Ambratolm/8cacb6e4de16f90fecab2933fb031e27 to your computer and use it in GitHub Desktop.
Generate assets for PWA project from an image using PWA-Asset-Generator Node package
This file contains hidden or 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
npm install --global pwa-asset-generator | |
cd [output-folder] | |
pwa-asset-generator [source-file] --manifest [manifest-file] --favicon |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment