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...
I ran this command: ```shell npx pwa-asset-generator cs.png images -i index.html -m manifest.json --favicon --path-override "./images" ``` And it didn't generate all the required icons for Android, which i found...
**Is your feature request related to a problem? Please describe.** I wish there was a way to create a splash screen with a custom background image **Describe the solution you'd...
Support `--no-sandbox` as it is written in the docs. Currently, it is only possible to activate this option with `-n` or `--noSandbox`. Fixes #1003
This is the real fix for #1014, but the new version of Cheerio drops old versions of Node, requiring this to be a semver-major update, and I didn't want to...
Instead of having to manually update them whenever they break, just use the latest lts versions.
Why do I have this error in Chrome DevTools's Manifest tab?  ``` Richer PWA Install UI won't be available on desktop. Please add at least one screenshot with the...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.14.0 to 24.0.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.32.1 to 8.34.1. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.34.1 8.34.1 (2025-06-16) 🩹 Fixes types: add 2026/17 to EcmaVersion (#11304) typescript-estree: emit a Literal instead of Identifier...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.29.0 to 8.34.1. Release notes Sourced from @typescript-eslint/parser's releases. v8.34.1 8.34.1 (2025-06-16) 🩹 Fixes types: add 2026/17 to EcmaVersion (#11304) typescript-estree: emit a Literal instead of Identifier...