assets-generator
assets-generator copied to clipboard
Zero-config PWA Assets Generator
Wondering if anybody can shed some light on how the images key would be useful as an array. Would this only be needed in the instance that you are customizing...
Using pnpm I can run `pwa-assets-generator --preset minimal public/logo.svg`, but using any other `preset` (all, android, windows) result in: ``` Error: Preset android not yet implemented at run (file:///.../node_modules/@vite-pwa/assets-generator/dist/cli.mjs:52:15) ```...
The readme.md page shows that mimalPreset is to be used ```js import { minimalPreset preset } from '@vite-pwa/assets-generator/config'; ``` However, this has a strike through it as deprecated and says...
@vite-pwa/assets-generator use an outdated version of sharp (v0.32.6) With AstroPWA integration it cause a fatal issue when use : - AstroPWA `pwaAssets` integration and - Astro `assets:image` `Image` tag for...
Hello there! I'm currently using [vite-plugin-favicons-inject](https://github.com/JohnPremKumar/vite-plugin-favicons-inject) but would love to move to this tool. I'm currently hitting an issue where I'm not sure how to specify the maskable and non-maskable...