artplayer-hanxin

1.0.2 • Public • Published

ArtPlayer.js

🎨 ArtPlayer.js is a modern and full featured HTML5 video player

version license size npm Downloads Codacy Badge

Screenshot

Features

  • Size - 25kB minified and gzipped
  • Subtitle - Support for .VTT, .ASS and .SRT formats
  • Customizable - Right Click Menu, Business Layer, Video Controller and Settings Panel
  • Controller - Quality Switch, Subtitle Switch, Play Speed, Aspect Ratio, Video Flip, Fullscreen, Picture In Picture, Screenshot, Thumbnail, Adaptive Size, Highlight and Hotkey...
  • Built-in - Open Local Subtitles, Open Local Video, Mini Progress Bar, Network Detection and Subtitle Time Offset
  • Integration - Easy to integration with other dependencies: flv.js, hls.js, dash.js, shaka-player, webtorrent...
  • Code - Vanilla ES6 and SASS, Highly decoupled code, clear structure, easy to track bugs and add new features
  • Document - Detailed interface documentation and rich code demo
  • API - Rich interface and response events, easy to interface with business or custom plugin
  • I18N - support for internationalization of controls

Ecosystem

Project Description Demo
artplayer-plugin-danmuku Danmuku plugin demo
artplayer-plugin-gif Gif plugin demo
artplayer-plugin-backlight Backlight plugin demo
artplayer-tool-thumbnail Thumbnail tool demo
artplayer-tool-github Github Danmuku tool demo
artplayer-react React Component demo
artplayer-vue Vue Component demo

Homepage

https://artplayer.org

Mobile Demo

mobile

Document

https://artplayer.org/document

Install

Install with npm:

$ npm install artplayer

Or install with yarn:

$ yarn add artplayer
import Artplayer from 'artplayer';

Or umd builds are also available:

<script src="path/to/artplayer.js"></script>

Or from jsDelivr CDN:

<script src="https://cdn.jsdelivr.net/npm/artplayer/dist/artplayer.js"></script>

Will expose the global variable to window.Artplayer.

Usage

<div class="artplayer-app"></div>
var art = new Artplayer({
    container: '.artplayer-app',
    url: 'path/to/video.mp4',
});

Contribution

Installation dependency:

$ npm install
$ npm run bootstrap

Run the developer mode and select the project you want to develop:

$ npm run dev

Open web server:

$ npm start

Readme

Keywords

Package Sidebar

Install

npm i artplayer-hanxin

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

450 kB

Total Files

168

Last publish

Collaborators

  • hanxin