xiongz 94f22d94d5 项目初始化首次提交 il y a 3 semaines
..
src 94f22d94d5 项目初始化首次提交 il y a 3 semaines
LICENSE 94f22d94d5 项目初始化首次提交 il y a 3 semaines
README.md 94f22d94d5 项目初始化首次提交 il y a 3 semaines
package.json 94f22d94d5 项目初始化首次提交 il y a 3 semaines

README.md

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);