1.0.5 • Published 5 years ago

artplayer-plugin-subtitle v1.0.5

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

artplayer-plugin-subtitle

Subtitle plugin for ArtPlayer

Install

Install with npm

$ npm install artplayer-plugin-subtitle

Or install with yarn

$ yarn add artplayer-plugin-subtitle
import artplayerPluginSubtitle from 'artplayer-plugin-subtitle';

Or umd builds are also available

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

Will expose the global variable to window.artplayerPluginSubtitle.

Usage

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

// There will be a slider in the settings panel.
// Or, you can set subtitle offset time by yourself, range from -5 to 5.
art.artplayerPluginSubtitle.set(-1);

License

MIT © Harvey Zack