@glitchlab/react-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 React 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) to try the player end-to-end.
11
+
10
12
  ---
11
13
 
12
14
  ## Why this player
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glitchlab/react-video-player",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "React video player with HLS support (hls.js), device-mode toggle, hover-to-play, and zero global CSS side-effects. Works with Next.js App Router and TypeScript.",
5
5
  "license": "MIT",
6
6
  "author": "im-fahad",