Skip to content

amtins/cassettator.js

Repository files navigation

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.

Screenshot of the video.js cassettator-markers plugin

Refer to the plugin page for more details..