Implement audio and rendition selection on web

This commit is contained in:
2026-06-23 23:09:46 +02:00
parent c553c75433
commit 453f86a448
4 changed files with 44 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@
"scripts": {
"dev": "cd example && bun start",
"android": " cd example && bunx react-native run-android --no-packager --port 8082",
"web": "cd example && bun web",
"typecheck": "tsc --noEmit && tsc -p plugin/tsconfig.json --noEmit",
"build:plugin": "tsc -p plugin/tsconfig.json",
"build": "bun run typecheck && bob build && bun run build:plugin",