Skip to content

Latest commit

 

History

History
78 lines (60 loc) · 2.24 KB

README.md

File metadata and controls

78 lines (60 loc) · 2.24 KB

qier-player


Gzip Size
简体中文 | English

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 npm gzip size

Future features

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