@kinxcdn/commerce-player 1.5.5 → 1.6.0-alpha.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.
- package/README.md +1 -0
- package/dist/commerce-player.min.js +7 -7
- package/dist/esm/index.js +7 -7
- package/dist/esm/styles.css +2 -2
- package/dist/index.d.ts +2 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -29,6 +29,7 @@ yarn add @kinxcdn/commerce-player
|
|
|
29
29
|
| `player` | `string` | `POPUP` \| `INLINE` | 위젯 플레이어 유형 |
|
|
30
30
|
| `rounded` | `string` | `true` | 아이콘 모서리 둥글기 여부 (`true`/`false`) |
|
|
31
31
|
| `titlePosition` | `string` | `BOTTOM` \| `TOP` | 제목 위치 (`BOTTOM`/`TOP`) |
|
|
32
|
+
| `hoverPlay` | `boolean` | `false`| 유튜브형 재생 아이콘 사용 시 마우스 오버 재생 기능 활성화 여부 |
|
|
32
33
|
|
|
33
34
|
|
|
34
35
|
---
|