assets-generator
assets-generator copied to clipboard
Documented presets not yet implemented
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)
I have version 0.0.3 installed
Would you kindly consider either update the documentation at https://vite-pwa-org.netlify.app/assets-generator/cli.html to note that the presets are still a work in progress, or add the presets? Thank you
Check the Presets entry, WIP is there: https://vite-pwa-org.netlify.app/assets-generator/cli.html#presets
PR welcome to add the presets