artplayer-plugin-subtitle

Danmu plugin for ArtPlayer

Usage no npm install needed!

<script type="module">
  import artplayerPluginSubtitle from 'https://cdn.skypack.dev/artplayer-plugin-subtitle';
</script>

README

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