UNPKG

@qgame/adapter

Version:

My webpack project

20 lines (13 loc) 288 B
# @qgame/adapter ## 介绍 小游戏的适配层 ## 安装 ```shell npm install -S @qgame/adapter ``` ## 使用 ```js require("@qgame/adapter"); // 游戏逻辑 document.body.appendChild(InputElement); // 在没有引入@qgame/adapter之前,运行vivo小游戏会发生错误 ```