Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "inframejs", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "use pure Javascript to connect the iframe pages", | ||
@@ -5,0 +5,0 @@ "main": "dist/inframejs.es.min.js", |
# inframeJS | ||
使用纯JS链接iframe或其他页面 | ||
use pure Javascript to connect the iframe pages | ||
## 基本使用 | ||
> npm i inframejs | ||
```js | ||
const bridge = new Inframe({...}) | ||
beidge.on('some event',()=>{}) | ||
bridge.emit('some event') | ||
``` | ||
## 特点 | ||
@@ -5,0 +13,0 @@ * 原生js,无依赖 es6 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16448
55