cassettator.js
v0.504.5
Published
A collection of video.js components and plugins
Downloads
8
Maintainers
Readme
Cassettator
A collection of video.js components and plugins in a single repo.
⚠️ Still work in progress.
Table of Contents
Installation
Install cassettator.js via npm:
npm install cassettator.js
Usage
import videojs from 'video.js';
import 'cassettator.js';
const player = videojs('my-player');
Cassettator-markers
A customizable plugin for displaying markers directly in the progress bar.
Refer to the plugin page for more details..