1.1.2 • Published 2 years ago

@flyshare/jsbridge v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Information

飞享平台JsBridge

Install

  npm install --save fs-jsbridge

  or

  download  https://git.wsb360.com/cdbc/fs-jsbridge/-/releases

Quick Start

esModule引入
import jsBridge from "fs-jsbridge"

// 判断是否windows
const is = jsBridge.isWindows()

 or script标签引入

 <script src='./dist/browser/index.min.js'></script>

 const is = JsBridge.isWindows()
1.1.2

2 years ago