blob: cc1e25b15b5fa02f1b42a7ecdd95eefc77901069 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
<!-- omit in toc -->
# @simplewebauthn/browser

[](https://www.npmjs.com/package/@simplewebauthn/browser)

- [Installation](#installation)
- [UMD](#umd)
- [Usage](#usage)
## Installation
This package is available on **npm**:
```sh
npm install @simplewebauthn/browser
```
### UMD
This package can also be installed via **unpkg** by including the following script in your page's `<head>` element:
```html
<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
You can find in-depth documentation on this package here: https://simplewebauthn.dev/docs/packages/browser
|