elegantapp / pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
MIT License
2.74k stars 141 forks source link

Support round of the corners #667

Open nghiepdev opened 3 years ago

nghiepdev commented 3 years ago

When generating the icons, we need support to make rounds of the corners.

Example

$ npx pwa-asset-generator logo.svg images --icon-only --icon-rounded 10
ElYaiko commented 2 months ago

Any update? @elegantapp