videojs-fbf-wheel
Step frame-by-frame* through videos.
* Technically you cannot step through HTML5 video frame-by-frame, so you must specify a frame rate and we will step through at the specified frame rate.
Usage
-
install
npm i videojs-fbf-wheel
oryarn add videojs-fbf-wheel
-
Import the plugin javascript using a script tag, require or import statement
;; -
Initialize the plugin
;player.fbfWheel;