Skip to content

Commit f1646a1

Browse files
authored
docs: add destroy api
1 parent d308aff commit f1646a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,12 @@ player.closeZoom().then(() => {
638638
player.reSize(width, height);
639639
```
640640
641+
#### 销毁实例
642+
643+
```js
644+
player.destroy()
645+
```
646+
641647
#### 鱼眼矫正(软解 开启 [SharedArrayBuffer](https://open.ys7.com/help/1772?h=SharedArrayBuffer))
642648
643649
```js

0 commit comments

Comments
 (0)