https://github.com/dblate/larkplayer-play-muted
A UI plugin to interact with user when play muted
https://github.com/dblate/larkplayer-play-muted
html5-video-player larkplayer player videojs
Last synced: 8 months ago
JSON representation
A UI plugin to interact with user when play muted
- Host: GitHub
- URL: https://github.com/dblate/larkplayer-play-muted
- Owner: dblate
- Created: 2018-08-10T03:17:58.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T12:52:17.000Z (almost 8 years ago)
- Last Synced: 2025-03-04T06:18:12.822Z (over 1 year ago)
- Topics: html5-video-player, larkplayer, player, videojs
- Language: JavaScript
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# larkplayer-play-muted

当视频静音播放时,为用户提供提示以及快速取消静音的方式
## 下载
#### NPM
```bash
npm install larkplayer-play-muted
```
#### CDN
```html
```
## 使用
该插件需在 [larkplayer](https://github.com/dblate/larkplayer) 之后加载
以 script 的方式可以直接查看此[示例](https://dblate.github.io/larkplayer-play-muted/test.html)
以模块化的方式,直接 import 即可
```
import larkplayer from 'larkplayer';
import 'larkplayer-play-muted';
```