@glitchlab/vue-video-player 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,6 +7,8 @@ A lightweight, HLS-capable Vue 3 video player with a polished overlay UI, device
|
|
|
7
7
|
[](./LICENSE)
|
|
8
8
|
[](#typescript)
|
|
9
9
|
|
|
10
|
+
**Live demo →** <https://video-player-playgraound.vercel.app/> — drop in a video file or paste any URL (HLS `.m3u8` supported). The deployed playground uses the React build, but the same UX, props, and styles ship with this Vue package.
|
|
11
|
+
|
|
10
12
|
---
|
|
11
13
|
|
|
12
14
|
## Why this player
|
package/package.json
CHANGED