0.0.3 • Published 5 years ago

@unlock-protocol/unlock-web v0.0.3

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

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

  1. Install the package (npm install --save @unlock-protocol/unlock-web)
  2. Import and use it
import startup from '@unlock-protocol/unlock-web'

window.unlockProtocolConfig = { /* ... see main Unlock documentation */ }

startup()