Introduction
qier-player
is a simple and easy-to-use h5 video player with highly customizable UI and rich features.
Screenshot
Quick Start
Install
npm package install:
npm install --save qier-player
# or
yarn add qier-player
Of course you can also use CDN service:
<script src="https://unpkg.com/qier-player@latest/dist/umd/index.min.js"></script>
Use
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');
Ecosystem
Name | version | gzip size |
---|---|---|
qier-player-for-react |
Future features
@qier-player/vue
for Vue developer.@qier-player/danmaku
plungin.