@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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal-CHEF557f.js.map +1 -1
- package/dist/internal-pPYo5Irb.cjs.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +14 -7
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
|
|
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
|