A collection of video.js components and plugins in a single repo.
Install cassettator.js via npm:
npm install cassettator.js
import videojs from 'video.js';
import 'cassettator.js';
const player = videojs('my-player');
A customizable plugin for displaying markers directly in the progress bar.
Refer to the plugin page for more details..