# @qgame/adapter

> My webpack project

Latest version **1.1.11** (published 2020-03-31) · MIT license · 0 weekly downloads

## Install

```sh
npm install @qgame/adapter
pnpm add @qgame/adapter
yarn add @qgame/adapter
bun add @qgame/adapter
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.11 |
| Published | 2020-03-31 |
| First published | 2019-12-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 231 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ygg |
| Maintainers | _panwei, jesseband, morrain, nsrjdsyt, ygg |
| Keywords | adapter, minigame, game |

## Links

- npm: https://www.npmjs.com/package/@qgame/adapter
- npm.io page: https://npm.io/package/@qgame/adapter

## Dependencies (1)

- [es6-symbol](https://npm.io/package/es6-symbol.md) ^3.1.2

## Recent versions

- 1.1.11 (latest) — 2020-03-31
- 1.1.10 — 2020-03-31
- 1.1.9 — 2020-03-31
- 1.1.8 — 2020-03-31
- 1.1.8-alpha.0 — 2020-03-31
- 1.1.7 — 2020-03-11
- 1.1.6 — 2020-03-11
- 1.1.5 — 2020-03-11
- 1.1.4 — 2020-03-11
- 1.1.3 — 2020-03-10
- 1.1.2 — 2020-02-28
- 1.1.1 — 2020-02-28
- 1.1.0 — 2020-02-27
- 1.0.3 — 2020-02-10
- 1.0.0 — 2019-12-25
- … 1 more at https://npm.io/package/@qgame/adapter/versions

## README

# @qgame/adapter

## 介绍

小游戏的适配层

## 安装

```shell
npm install -S @qgame/adapter
```

## 使用

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

---
_Source: https://npm.io/package/@qgame/adapter · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
