vortesnail / qier-player

:clapper: A simple and easy-to-use h5 video player with highly customizable UI and rich features. / 简单易用的h5播放器,UI 高度定制化,功能丰富。

Home Page:https://vortesnail.github.io/qier-player/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

:clapper: A simple and easy-to-use h5 video player with highly customizable UI and rich features. / 简单易用的h5播放器,UI 高度定制化,功能丰富。

https://vortesnail.github.io/qier-player/

License:MIT License


Languages

Language:TypeScript 71.3%Language:JavaScript 14.7%Language:SCSS 13.2%Language:HTML 0.7%Language:Shell 0.1%