@sgrsoft/vpe-react-sdk 0.1.16 → 0.1.18
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 +7 -1
- package/dist/vpe-react-sdk.es.js +3871 -4298
- package/dist/vpe-react-sdk.umd.js +1 -638
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
<img src="https://tkmenfxu2702.edge.naverncp.com/profile/202602/76303c7f18eb7e2e70c0e1a152419545.png" style="max-width:600px">
|
|
4
4
|
|
|
5
|
-
React
|
|
5
|
+
React 를 지원하는 Video Player Enhancement SDK입니다. `hls.js`/`dashjs`는 번들에 포함되지 않으며 외부에서 주입합니다.
|
|
6
|
+
|
|
7
|
+
## 지원 버전
|
|
8
|
+
- React 최소 버전: `18.0.0` (React 18.x/19.x 지원)
|
|
9
|
+
- Next.js 권장 버전:
|
|
10
|
+
- React 18 사용 시: `14.2+`
|
|
11
|
+
- React 19 사용 시: `15.x+`
|
|
6
12
|
|
|
7
13
|
## Modules 이용하기
|
|
8
14
|
|