@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. 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: MIT](https://img.shields.io/badge/license-MIT-green.svg)](./LICENSE)
8
8
  [![types: TypeScript](https://img.shields.io/badge/types-TypeScript-blue.svg)](#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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glitchlab/vue-video-player",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Vue 3 / Nuxt 3 video player with HLS support, device-mode toggle, hover-to-play, and zero global CSS side-effects.",
5
5
  "license": "MIT",
6
6
  "author": "im-fahad",