diff options
author | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-12-01 13:16:35 +0100 |
---|---|---|
committer | Miguel Ángel Moreno <mail@migalmoreno.com> | 2024-12-01 13:26:43 +0100 |
commit | c6c5f094c41b0a024f052ce2350872490f60a73a (patch) | |
tree | 69514eb15bcc9f89f4c8e0ec564344121fe388a5 /package.json | |
parent | 3951173441bcb511c8f8ae383002e6992e6409a8 (diff) |
feat: replace vidstack with Media Chrome
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 9a720e3..0c4fe0e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,9 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^6.4.2", - "@vidstack/react": "^1.11.24", + "hls-video-element": "^1.2.11", + "hls.js": "^1.5.17", + "media-chrome": "^4.2.3", "react": "^18.2.0", "react-dom": "^18.2.0", "timeago.js": "^4.0.2" |