ezuikit-js 8.1.6 → 8.1.7
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 +8 -0
- package/README.md +6 -0
- package/ezuikit.js +25 -17
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -638,6 +638,12 @@ player.closeZoom().then(() => {
|
|
|
638
638
|
player.reSize(width, height);
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
+
#### 销毁实例
|
|
642
|
+
|
|
643
|
+
```js
|
|
644
|
+
player.destroy()
|
|
645
|
+
```
|
|
646
|
+
|
|
641
647
|
#### 鱼眼矫正(软解 开启 [SharedArrayBuffer](https://open.ys7.com/help/1772?h=SharedArrayBuffer))
|
|
642
648
|
|
|
643
649
|
```js
|