@twick/live-player 0.14.18 → 0.14.20

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 CHANGED
@@ -19,7 +19,7 @@ This package provides a powerful video player component that supports complex ti
19
19
 
20
20
  ## Requirements
21
21
 
22
- - React 18 or higher
22
+ - React 18 or 19
23
23
  - Browser environment with HTML5 Video support
24
24
 
25
25
  ## Installation
@@ -30,6 +30,8 @@ npm install @twick/live-player
30
30
  pnpm add @twick/live-player
31
31
  ```
32
32
 
33
+ **Note:** All required dependencies (`@twick/visualizer`, `@twick/media-utils`) are automatically installed with `@twick/live-player`.
34
+
33
35
  ## Quick Start
34
36
 
35
37
  ```tsx