UNPKG

hz-player

Version:

## 强大的视频流播放器

39 lines (27 loc) 851 B
<!-- * @Author: 邢永强 xingyongqiang@haizhi.com * @Date: 2022-11-28 10:52:20 * @LastEditors: 邢永强 xingyongqiang@haizhi.com * @LastEditTime: 2023-05-22 16:57:56 * @FilePath: /testNpm/README.md * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> # Disc 本播放器基于jessibucaPro做了部分优化改造,文档和api可完全参考jessibucaPro; # Docs jessibucaPro文档地址链接:http://jessibuca.monibuca.com/pro-ai.html # Installation ## Yarn ``` yarn add hz-player ``` ## NPM ``` npm install hz-player --save ``` # Usage ``` 将node_modules/hz-player路径下的hzPlayer目录放置到项目根目录下,例如public目录下 import HZPlayer from 'hz-player' new HZPlayer(options); ```