Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@qgame/adapter

jesseband352MIT1.1.11

My webpack project

adapter, minigame, game

readme

@qgame/adapter

介绍

小游戏的适配层

安装

npm install -S @qgame/adapter

使用

require("@qgame/adapter");
// 游戏逻辑
document.body.appendChild(InputElement); // 在没有引入@qgame/adapter之前,运行vivo小游戏会发生错误