<script src="/path/to/videojs.bif.min.js"></script>
// Generally BIF files are large, so you have the ability to manage fetching on your own.
// If this is the route you take, you can update plugin configuration at any time by rerunning the plugin.
//
// See documentation or example for more detail.
videojs('player_id').bif({
src: '/path/to/bif.bif',
});
Note: There are multiple ways to enable plugins. For more information, please visit Video.js.
npm install -g grunt-cli
npm install
npm start
Code licensed under The MIT License.