Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 801 Bytes

File metadata and controls

39 lines (24 loc) · 801 Bytes

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..