Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chimeejs/chimee-plugin-center-state
https://github.com/chimeejs/chimee-plugin-center-state
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chimeejs/chimee-plugin-center-state
- Owner: Chimeejs
- Created: 2017-07-24T03:13:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T05:27:59.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T08:10:33.073Z (7 months ago)
- Language: JavaScript
- Size: 1.69 MB
- Stars: 3
- Watchers: 6
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chimee-plugin-center-state
## install
安装
```shell
# 依赖于 chimee, 首先需要安装 chimee
npm install chimee
# 安装控制条组件
npm install chimee-plugin-center-state
```使用
```javascript
import chimee from 'chimee';
import chimeePluginCenterState from 'chimee-plugin-center-state';// 安装插件
chimee.install(chimeePluginCenterState);
const player = new chimee({
// ...
// 使用插件
plugin: [
chimeePluginCenterState.name,
errorTips: 'xxx' // 自定义错误信息
]
});
```**也可以在页面中引用 `/lib/index.browser.js` 然后在页面中使用 chimeePluginCenterState**
## 包含状态
* 开始
* 暂停
* 快进
* 回退
* 音量加
* 音量减