We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25114f commit 111ab30Copy full SHA for 111ab30
README.md
@@ -37,6 +37,16 @@ import { EZUIKitPlayer } from "ezuikit-js";
37
import EZUIKit from "ezuikit-js";
38
```
39
40
+#### 不支持 ESM (not support ESM)
41
+
42
+```js
43
+// >= v8.1.2 CommonJS
44
+import { EZUIKitPlayer } from 'ezuikit-js/index.js';
45
46
+// < v8.1.2 CommonJS
47
+import EZUIKit from 'ezuikit-js/index.js';
48
+```
49
50
#### 如果你使用原生方法,可以通过标签引用
51
52
```html
0 commit comments