pwa-asset-generator icon indicating copy to clipboard operation
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...

Results 89 pwa-asset-generator issues
Sort by recently updated
recently updated
newest added

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...

feature request

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...

feature request

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...

bug
needs verification

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...

bug
needs verification

**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...

bug

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...

feature request

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)

feature request

**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...

bug
external-dependency