pwa-asset-generator
pwa-asset-generator copied to clipboard
Not all required icons not being generated
trafficstars
I ran this command:
npx pwa-asset-generator cs.png images -i index.html -m manifest.json --favicon --path-override "./images"
And it didn't generate all the required icons for Android, which i found that are: icon-72x72 icon-96x96 icon-128x128 icon-144x144 icon-152x152 icon-192x192 icon-384x384 icon-512x512
Is there anything i'm missing in the command?