assets-generator icon indicating copy to clipboard operation
assets-generator copied to clipboard

Documented presets not yet implemented

Open mcshaz opened this issue 1 year ago • 2 comments

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

mcshaz avatar Jul 05 '23 01:07 mcshaz

Check the Presets entry, WIP is there: https://vite-pwa-org.netlify.app/assets-generator/cli.html#presets

userquin avatar Jul 05 '23 12:07 userquin

PR welcome to add the presets

userquin avatar Jul 05 '23 12:07 userquin