pwa-asset-generator
pwa-asset-generator copied to clipboard
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 i...
Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 6.1.0. Release notes Sourced from execa's releases. v6.1.0 Support AbortController (#490) c6e791a Allow cwd and localDir options to be URLs (#492) 93ab929 https://github.com/sindresorhus/execa/compare/v6.0.0...v6.1.0 v6.0.0 Breaking...
Bumps [slash](https://github.com/sindresorhus/slash) from 3.0.0 to 4.0.0. Release notes Sourced from slash's releases. v4.0.0 Breaking Require Node.js 12 998dcc8 This package is now pure ESM. Please read this. https://github.com/sindresorhus/slash/compare/v3.0.0...v4.0.0 Commits b5cdd12...
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.10 to 1.0.0-rc.12. Release notes Sourced from cheerio's releases. v1.0.0-rc.12 Bugfix release. Fixed issues: Align prop undefined handling with jQuery by @fb55 in cheeriojs/cheerio#2557 Allow deep imports...
**Describe the bug** Splash screen not generated for 6th gen iPad mini **Screenshots** **Additional context** https://en.wikipedia.org/wiki/Comparison_of_iPad_models#iPad_Mini_series In the sixth generation, the screen size was increased. Apple does not reflect this...
**Describe the bug** The README example includes `--path "%PUBLIC_URL%"` which I expect is for CRA support. However when using this option manifest.json paths include `%PUBLIC_URL%`. However CRA does not replace...
**Is your feature request related to a problem? Please describe.** I have multiple icons for pages in my PWA and want to generate one icon each. **Describe the solution you'd...
**Describe the bug** I used pwa-asset-generator with `--index` flag to automatically add all splash image html tags for iOS. It added these tags as expected. However, it also added `html`,...
**Is your feature request related to a problem? Please describe.** I would like to run pwa-asset-generator in a serverless environment. IIRC the current code does download the desired Chrome revision...
**Is your feature request related to a problem? Please describe.** the documentation mentions that ios doesnt support the manifest file for splash screen. but it doesnt mention you also need...
When generating images for the web app manifest, PAG currently generates two copies of each size; one with purpose `maskable` and one with purpose `any`. PAG generates these two copies...