@unlock-protocol/unlock-web
v0.0.3
Published
## Description `unlock-web` is a package that provides the ability to integrate Unlock on your site or app without having to pull the script from a third-party source.
Downloads
4
Keywords
Readme
unlock-web
Description
unlock-web
is a package that provides the ability to integrate Unlock on your
site or app without having to pull the script from a third-party source.
Usage
- Install the package (
npm install --save @unlock-protocol/unlock-web
) - Import and use it
import startup from '@unlock-protocol/unlock-web'
window.unlockProtocolConfig = { /* ... see main Unlock documentation */ }
startup()