feat: custom playback rate

This commit is contained in:
Shiny Nematoda 2024-07-07 20:00:33 +00:00
parent 0bea868ddf
commit a01a0f6d58
7 changed files with 156 additions and 99 deletions

View file

@ -11,17 +11,17 @@
},
"dependencies": {
"bootstrap-icons": "^1.11.3",
"dompurify": "^3.1.5",
"dompurify": "^3.1.6",
"peerjs": "^1.5.4",
"pinia": "^2.1.7",
"shaka-player": "^4.9.4",
"shaka-player": "^4.10.2",
"sortablejs": "^1.15.2",
"vue": "^3.2.38"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"prettier": "^3.3.2",
"vite": "^5.3.0",
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0"
}
}