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...
Besides `any` and `maskable` there is another manifest icon purpose called `monochrome`. https://developer.mozilla.org/en-US/docs/Web/Manifest/icons#values On Android, monochrome icons from native apps are used by Material You with OS level theming. It...
For `apple-touch-startup-image` links, pwa-asset-generator produces media queries that target specific device pixel ratios using the non-standard `-webkit-device-pixel-ratio: ${scaleFactor}` media feature, e.g. ```html ``` This has worked perfectly well for many...
Hi! Thanks for this amazing tool! I really enjoy the over-engineeredness of this! (scraping Apple docs) Here is my problem: The index.html file I want pwa-asset-generator to modify was created...
Fix jsx example, change portrait to landscape.
**Describe the bug** I'm on a react course on udemy, and in the last lesson we must use this asset for generate some assets for a project the teacher itself...
**Describe the bug** The help says: ``` -n --no-sandbox Disable sandbox on bundled Chromium on Linux platforms - not recommended [default: false] ``` However passing `--no-sandbox` doesn't work. By reading...
I want to use one logo + one big background image to create good looking splash image in different sizes. the logo will be in the middle, and background image...
I have a big splash image 2732x2732, and I want the tool to auto crop it into all different sizes of splash screen (other splash generator called it: Aspect-mode fill)
**Describe the bug** When index.html file is updated, the `&` in the link's href attribute is updated to `&` **To Reproduce** Steps to reproduce the behavior: 1. Ensure that your...