Package Exports
- @khmyznikov/pwa-install
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@khmyznikov/pwa-install) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
<pwa-install>
Installation dialog for Progressive web component. Provides more convenience user experience and fix lack of native dialogs in some browsers.
Install
npm i @khmyznikov/pwa-installAlternatively, you can use unpkg.
Import
import '../node_modules/@khmyznikov/pwa-install/dist/bundle.js';Use
<pwa-install></pwa-install>Supported params
<pwa-install
manifest-url="/manifest.json">
</pwa-install>ROADMAP
- more params to support
- methods and events for JS
This is very first version, more changes comming soon.