An open API service indexing awesome lists of open source software.

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

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