Package Exports
- @ezuikit/theme-simple
- @ezuikit/theme-simple/dist/index.esm.js
- @ezuikit/theme-simple/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ezuikit/theme-simple) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@ezuikit/theme-simple
播放器极简主题,包括 message 和 loading
使用
const SimpleTheme = require('@ezuikit/theme-simple');
const theme = new SimpleTheme({
id: 'video-container', // 视频容器ID
accessToken: "",
url: "",
width: 600,
height: 400,
staticPath: "/" // 复制 dist 下PlayCtrlWasm 放置在服务器静态资源路径下
});