https://github.com/fancybits/videojs-chapter-nav
video.js plugin for skip to next/previous chapter buttons
https://github.com/fancybits/videojs-chapter-nav
videojs-plugin
Last synced: 4 months ago
JSON representation
video.js plugin for skip to next/previous chapter buttons
- Host: GitHub
- URL: https://github.com/fancybits/videojs-chapter-nav
- Owner: fancybits
- Created: 2017-05-04T23:02:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T00:19:42.000Z (about 9 years ago)
- Last Synced: 2025-12-23T03:46:49.293Z (6 months ago)
- Topics: videojs-plugin
- Language: JavaScript
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# videojs-chapter-nav
video.js plugin for skip to next/previous chapter buttons.
Built for video.js 5.x and above.
## Usage
```scss
@import "~videojs-chapter-nav/src/plugin";
```
```js
require('videojs-chapter-nav')
videojs(element, {
plugins: {
chapterNav: {}
}
})
```
## License
MIT