README
artplayer-plugin-backlight
Backlight plugin for ArtPlayer
Demo
Checkout the demo from Github Pages
Install
Install with npm
$ npm install artplayer-plugin-backlight
Or install with yarn
$ yarn add artplayer-plugin-backlight
import artplayerPluginBacklight from 'artplayer-plugin-backlight';
Or umd builds are also available
<script src="artplayer-plugin-backlight.js"></script>
Will expose the global variable to window.artplayerPluginBacklight
.
Usage
var art = new Artplayer({
container: '.artplayer-app',
url: 'path/to/video.mp4',
plugins: [artplayerPluginBacklight],
});
License
MIT © Harvey Zack