@ezuikit/player-ezopen 8.2.5-beta.3 → 8.2.5-beta.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/README.md +2 -16
- package/dist/PlayCtrlWasm/playCtrl1/HasSIMD/Decoder.js +8 -12
- package/dist/PlayCtrlWasm/playCtrl1/NoSIMD/Decoder.js +8 -12
- package/dist/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.js +1 -1
- package/dist/PlayCtrlWasm/playCtrl3/hasWorker/HasSIMD/Decoder.wasm +0 -0
- package/dist/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.js +1 -1
- package/dist/PlayCtrlWasm/playCtrl3/hasWorker/NoSIMD/Decoder.wasm +0 -0
- package/dist/PlayCtrlWasm/playCtrl3/noWorker/Decoder.js +1 -1
- package/dist/PlayCtrlWasm/playCtrl3/noWorker/Decoder.wasm +0 -0
- package/dist/adapter.esm.js +3 -3
- package/dist/adapter.js +3 -3
- package/dist/adapter.umd.js +65 -11
- package/dist/index.esm.js +3 -3
- package/dist/index.js +3 -3
- package/dist/index.umd.js +62 -8
- package/dist/types/adapter.d.ts +2 -2
- package/dist/types/index.d.ts +3 -4
- package/package.json +10 -2
package/README.md
CHANGED
|
@@ -1,16 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
萤石私有协议(ezopen)播放器
|
|
4
|
-
|
|
5
|
-
## 使用
|
|
6
|
-
|
|
7
|
-
```ts
|
|
8
|
-
import EZopenPlayer from '@ezuikit/player-ezopen';
|
|
9
|
-
|
|
10
|
-
// 默认自动播放
|
|
11
|
-
const player = new EZopenPlayer({
|
|
12
|
-
id: 'app',
|
|
13
|
-
url: 'ezopen://xxxxxxxxx',
|
|
14
|
-
accessToken: 'at.2q6aaj840xczg6u80ixhisam83umqkga-9rj0pnx00t-xxxxxxxxxxx',
|
|
15
|
-
});
|
|
16
|
-
```
|
|
1
|
+
# EZUIKit-player-ezopen
|
|
2
|
+
ezopen
|