h5p.js

1.1.12 • Public • Published

H5Plus

整合并统一了dom和h5+的基础方法,并进行了一些扩展。

// 直接引用
import * as $api from 'h5p.js'

// 或者注册到全局
import * as _api from 'h5p.js'
if (!window.$api) {
  window.$api = _api
}
//在后面的文档示例中将统一用`$api`

文档:http://jefferic.oschina.io/yipifaguanjia/#/md/api.md

Readme

Keywords

Package Sidebar

Install

npm i h5p.js

Weekly Downloads

21

Version

1.1.12

License

MIT

Last publish

Collaborators

  • 232003894