You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the build system and output assumes adding vtt.js as a global but it's more useful to be able to import or require it using a bundler like browserify or webpack.
In the Video.js fork, I've made a lot of changes for this, also, to allow unshimming the global namespaces. We should probably work on making this module work better as modern javascript package.
The text was updated successfully, but these errors were encountered:
Currently, the build system and output assumes adding vtt.js as a global but it's more useful to be able to import or require it using a bundler like browserify or webpack.
In the Video.js fork, I've made a lot of changes for this, also, to allow unshimming the global namespaces. We should probably work on making this module work better as modern javascript package.
The text was updated successfully, but these errors were encountered: