# @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 `
` element: ```html ``` 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