webapp-astro-pwa
Version:
A ready-to-use Astro component library for adding Progressive Web App (PWA) support to your Astro projects. This package provides drop-in components and utilities for manifest injection, service worker registration, install prompts, and more. Fully suppor
9 lines (6 loc) • 315 B
text/typescript
// Do not write code directly here, instead use the `src` folder!
// Then, use this file to export everything you want your user to access.
import PWA from "./src/PWA.astro";
import PWABtn from "./src/PWABtn.astro";
import PWASetupWindow from "./src/PWASetupWindow.astro";
export { PWA, PWABtn, PWASetupWindow };