Package Exports
- @simplewebauthn/browser
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 (@simplewebauthn/browser) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@simplewebauthn/browser
Installation
This package is available on npm:
npm install @simplewebauthn/browser
It can then be imported into a project as usual:
import SimpleWebAuthnBrowser from '@simplewebauthn/browser';
UMD
This package can also be installed via unpkg by including the following script in your page's <head>
element:
<script src="https://unpkg.com/@simplewebauthn/browser/dist/simplewebauthn-browser.min.js"></script>
The library's methods will be available on the global SimpleWebAuthnBrowser
object.
Usage - Coming Soon
Check out the example for now until this section gets updated.