Skip to content

Instantly share code, notes, and snippets.

@PetarIvancevic
Created October 5, 2018 12:03
Show Gist options
  • Save PetarIvancevic/e97ac70599db5ed9fb5dc980b6d91549 to your computer and use it in GitHub Desktop.
Save PetarIvancevic/e97ac70599db5ed9fb5dc980b6d91549 to your computer and use it in GitHub Desktop.
Plugin development code
videojs.registerPlugin('playerPlugin', function (opts) {
...
})
if (process.env.NODE_ENV !== 'production') {
const devPlayerOptions = {
"customOption": "customOptionValue",
}
videojs('player').playerPlugin(devPlayerOptions)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment