Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.2 KB

README-zh-Cn.md

File metadata and controls

78 lines (60 loc) · 2.2 KB

qier-player


Gzip Size
English | 简体中文

介绍

qier-player 简单易用的 h5 视频播放器,UI 高度可定制化且功能丰富。

截图

快速开始

安装

npm 包安装:

npm install --save qier-player
#
yarn add qier-player

当然你也可以使用 CDN 服务:

<script src="https://unpkg.com/qier-player@latest/dist/umd/index.min.js"></script>

使用

import Player from 'qier-player';

const player = new Player({
  src: 'https://vortesnail.github.io/qier-player-demo/static/media/video480p.d116ba09.mp4',
});
player.mount('#app');

生态

Name version gzip size
qier-player-for-react npm gzip size

Future features

  • @qier-player/vue for Vue developer.
  • @qier-player/danmaku plungin.