Adds videojs-vr support (#3636)

* Add button for VR mode
* fix canvas disapearing
* allow user to specify vr tag
---------
Co-authored-by: WithoutPants <53250216+WithoutPants@users.noreply.github.com>
This commit is contained in:
CJ
2023-05-30 20:04:38 -05:00
committed by GitHub
parent d0847d1ebf
commit 88179ed54e
11 changed files with 245 additions and 10 deletions

View File

@@ -70,6 +70,7 @@
"videojs-contrib-dash": "^5.1.1",
"videojs-mobile-ui": "^0.8.0",
"videojs-seek-buttons": "^3.0.1",
"videojs-vr": "^2.0.0",
"videojs-vtt.js": "^0.15.4",
"yup": "^1.0.0"
},