kadou-game-sdk 1.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/README.md ADDED
@@ -0,0 +1,16 @@
1
+ # kadou-game-sdk
2
+
3
+ 卡兜 iframe 游戏通讯 SDK。
4
+
5
+ 用于宿主页面与 iframe 游戏页面之间的消息通信,支持:
6
+
7
+ - ESM 引入
8
+ - CommonJS 引入
9
+ - 浏览器 script 标签直接引入
10
+
11
+ ---
12
+
13
+ ## 安装
14
+
15
+ ```bash
16
+ npm install kadou-game-sdk