ezuikit-js 7.7.10 → 8.0.0
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/CHANGELOG.md +10 -0
- package/README.md +2 -1
- package/ezuikit.js +25 -11
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +168 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +168 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +21 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.worker.js +1 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +21 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.worker.js +1 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +21 -0
- package/ezuikit_static/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/ezuikit_static/css/component.css +1257 -0
- package/ezuikit_static/css/inspectTheme.css +354 -0
- package/ezuikit_static/css/theme copy.css +105 -0
- package/ezuikit_static/css/theme.css +121 -0
- package/ezuikit_static/imgs/bg.png +0 -0
- package/ezuikit_static/imgs/bg.svg +33 -0
- package/ezuikit_static/imgs/empty.png +0 -0
- package/ezuikit_static/imgs/end.png +0 -0
- package/ezuikit_static/imgs/fallback.svg +52 -0
- package/ezuikit_static/imgs/start.png +0 -0
- package/ezuikit_static/rec/datepicker.js +1522 -0
- package/ezuikit_static/rec/datepicker.min.css +36 -0
- package/ezuikit_static/rec/datepicker.zh-CN.js +19 -0
- package/ezuikit_static/rec/jquery.min.js +2 -0
- package/ezuikit_static/speed/speed.css +145 -0
- package/ezuikit_static/talk/adapeter.js +5497 -0
- package/ezuikit_static/talk/janus.js +3507 -0
- package/ezuikit_static/talk/tts-v4.js +343 -0
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -159,6 +159,7 @@ ezopen://open.ys7.com/${设备序列号}/{通道号}.cloud.rec?begin=yyyyMMddhhm
|
|
|
159
159
|
<tr><td>audio</td><td>boolean</td><td>是否默认开启声音 true:打开(默认) false:关闭 </td><td>N</td></tr>
|
|
160
160
|
<tr><td>width</td><td>int</td><td>视频宽度,默认值为容器容器DOM宽度 </td><td>Y</td></tr>
|
|
161
161
|
<tr><td>height</td><td>int</td><td>视频高度,默认值为容器容器DOM高度</td><td>Y</td></tr>
|
|
162
|
+
<tr><td>staticPath</td><td>string</td><td>设置静态资源地址, 自定义可以自行下载 `ezuikit_static`放置在自己的服务器下, 设置 {staticPath: "/ezuikit_static"} </td><td>N</td></tr>
|
|
162
163
|
<tr><td>template</td><td>String</td><td>
|
|
163
164
|
|
|
164
165
|
|
|
@@ -506,7 +507,7 @@ template参数说明
|
|
|
506
507
|
player.reSize(width, height);
|
|
507
508
|
```
|
|
508
509
|
|
|
509
|
-
####
|
|
510
|
+
#### 鱼眼矫正(软解 开启`SharedArrayBuffer`)
|
|
510
511
|
|
|
511
512
|
```js
|
|
512
513
|
// {1, 0} 壁装鱼眼 不矫正
|