Coder Social home page Coder Social logo

mgrxf / qier-player Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vortesnail/qier-player

0.0 0.0 0.0 10.19 MB

: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/

License: MIT License

JavaScript 14.32% Shell 0.08% SCSS 15.88% TypeScript 69.11% HTML 0.60%

qier-player's Introduction

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.

qier-player's People

Contributors

vortesnail avatar davwheat avatar dependabot[bot] avatar lihaogit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.