add playback rate adjustment and seek buttons

This commit is contained in:
Jason Hunter
2021-06-03 19:38:05 -04:00
committed by Blake Blackshear
parent 7b3abe330e
commit 40c4ca305e
3 changed files with 29 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
"preact-async-route": "^2.2.1",
"preact-router": "^3.2.1",
"video.js": "^7.11.8",
"videojs-playlist": "^4.3.1"
"videojs-playlist": "^4.3.1",
"videojs-seek-buttons": "^2.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.13",