@ngwam/ngx-generate-pwa-icons
v1.6.9
Published
A schematic to generate a set of the standard angular pwa icons from a specific image.
Downloads
210
Maintainers
Readme
Ngx Generate PWA Icons
This Angular schematic generates a set of pwa icons based on a custom .png logo.
Use it after adding @angular/pwa with schematics.
Usage
1. Install @angular/pwa
ng add @angular/pwa --project project-name
2. Add logo
Add a .png with the name logo.png in the public folder, or the assets folder for projects that were generated before v18.
3. Run the schematic to generate custom logos
ng add @ngwam/ngx-generate-pwa-icons --projectName project-name