kevinmarrec / nuxt-pwa-module

⚠️ DEPRECATED ⚠️ Zero config PWA solution for Nuxt 3
MIT License
338 stars 32 forks source link

Access generated icon via composable #39

Closed manniL closed 1 year ago

manniL commented 1 year ago

Hey 👋🏻

it'd be amazing to be able to access the generated PWA icons via composable 😋(e.g. usePwaIcon(<SIZE>)), provide/inject or import 👏🏻

Similar to the plugin feature of the Nuxt2 part https://pwa.nuxtjs.org/icon

kevinmarrec commented 1 year ago

Released in https://github.com/kevinmarrec/nuxt-pwa-module/releases/tag/v0.6.0 through #43 ✨

Documentation has been added in the README 📖