blob: b1da211c5870ba6fa064708011c5391c2be9a189 (
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
33
34
35
36
37
|
<!-- omit in toc -->
# @webauthntine/browser

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

- [Installation](#installation)
- [UMD](#umd)
- [Usage - Coming Soon](#usage---coming-soon)
## Installation
This package is available on **npm**:
```sh
npm install @webauthntine/browser
```
It can then be imported into a project as usual:
```js
import WebAuthntineBrowser from '@webauthntine/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/@webauthntine/browser/dist/webauthntine-browser.min.js"></script>
```
The library's methods will be available on the global `WebAuthntineBrowser` object.
## Usage - Coming Soon
Check out [the example](../../example/public/) for now until this section gets updated.
|