chore: migrate browser example to Shaka player [skip ci] (#471)

* chore: use Shaka for the browser example

* chore: lint

* fix(HashtagFeed): resolve type casting issue so tests pass
This commit is contained in:
LuanRT
2023-08-12 23:21:20 -03:00
committed by GitHub
parent 31d27b1bca
commit 6c8a916f0f
7 changed files with 736 additions and 144 deletions

View File

@@ -13,6 +13,6 @@
"vite": "^3.0.0"
},
"dependencies": {
"dashjs": "^4.4.0"
"shaka-player": "^4.3.8"
}
}