UNPKG
@qgame/adapter
Version:
latest (1.1.11)
1.1.11
1.1.10
1.1.9
1.1.8
1.1.8-alpha.0
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.0
0.0.42
My webpack project
@qgame/adapter
/
readme.md
20 lines
(13 loc)
•
288 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
@qgame
/adapter
## 介绍
小游戏的适配层
## 安装
``
`shell npm install -S @qgame/adapter `
``
## 使用
``
`js require("@qgame/adapter"); // 游戏逻辑 document.body.appendChild(InputElement); // 在没有引入@qgame/adapter之前,运行vivo小游戏会发生错误 `
``