https://github.com/amtins/cassettator.js
A collection of video.js components and plugins
https://github.com/amtins/cassettator.js
markers video video-player
Last synced: 8 months ago
JSON representation
A collection of video.js components and plugins
- Host: GitHub
- URL: https://github.com/amtins/cassettator.js
- Owner: amtins
- License: mit
- Created: 2023-11-26T17:18:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-03T19:00:56.000Z (over 1 year ago)
- Last Synced: 2025-02-22T06:04:22.616Z (8 months ago)
- Topics: markers, video, video-player
- Language: JavaScript
- Homepage: https://amtins.github.io/cassettator.js/
- Size: 899 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassettator
A collection of video.js components and plugins in a single repo.
⚠️ Still work in progress.
## Table of Contents
- [Cassettator](#cassettator)
- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Cassettator-markers](#cassettator-markers)## Installation
Install cassettator.js via npm:
```bash
npm install cassettator.js
```## Usage
```javascript
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](docs/cassettator-markers.md) page for more details..