@cqlinkoff/webview-sdk

1.0.4 • Public • Published

chainlong-webview-sdk

chianlong webview sdk, based on wk-bridge

Install

npm i @cqlinkoff/webview-sdk

or

<script src="https://unpkg.com/@cqlinkoff/webview-sdk@1.0.3/dist/chainlong-webview-sdk.min.js" type="text/javascript"></script>

Use

// NPM
import ChainLongWebView from '@cqlinkoff/webview-sdk'

const webview = new ChainLongWebView()

// UMD

const webview = new window.ChainLongWebView()

API

webview.close()

  • arguments: null
  • return: null
  • throw: null
  • example:
import ChainLongWebView from '@cqlinkoff/webview-sdk'

const webview = new ChainLongWebView()
webview.close()

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    3
  • 1.0.3
    1
  • 1.0.2
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @cqlinkoff/webview-sdk

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

7.29 kB

Total Files

6

Last publish

Collaborators

  • kagawa