chimee-plugin-center-state

install

安装

  1. # 依赖于 chimee, 首先需要安装 chimee
  2. npm install chimee
  3. # 安装控制条组件
  4. npm install chimee-plugin-center-state

使用

  1. import chimee from 'chimee';
  2. import chimeePluginCenterState from 'chimee-plugin-center-state';
  3. // 安装插件
  4. chimee.install(chimeePluginCenterState);
  5. const player = new chimee({
  6. // ...
  7. // 使用插件
  8. plugin: [
  9. chimeePluginCenterState.name,
  10. errorTips: 'xxx' // 自定义错误信息
  11. ]
  12. });

也可以在页面中引用 /lib/index.browser.js 然后在页面中使用 chimeePluginCenterState

包含状态

  • 开始
  • 暂停
  • 快进
  • 回退
  • 音量加
  • 音量减