# phaser-ce-type-updated

> Phaser CE (Community Edition) is a fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.

Latest version **2.10.0** (published 2018-07-29) · MIT license · 0 weekly downloads

## Install

```sh
npm install phaser-ce-type-updated
pnpm add phaser-ce-type-updated
yarn add phaser-ce-type-updated
bun add phaser-ce-type-updated
```

## Health

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

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.10.0 |
| Published | 2018-07-29 |
| First published | 2017-12-20 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 30.1 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Richard Davey |
| Maintainers | yehzhang |
| Keywords | 2d, HTML5, WebGL, canvas, game, javascript, physics, tweens, typescript, web audio, phaser |

## Links

- npm: https://www.npmjs.com/package/phaser-ce-type-updated
- Repository: https://github.com/yehzhang/phaser-ce
- Homepage: https://github.com/yehzhang/phaser-ce/
- Issues: https://github.com/yehzhang/phaser-ce/issues
- npm.io page: https://npm.io/package/phaser-ce-type-updated

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 2.10.0 (latest) — 2018-07-29
- 2.9.11 — 2018-02-04
- 2.9.10 — 2018-01-20
- 2.9.9 — 2018-01-08
- 2.9.8 — 2017-12-21
- 2.9.7 — 2017-12-21
- 2.9.6 — 2017-12-20
- 2.9.5 — 2017-12-20

## README

# Phaser CE Type-updated

This fork makes it easier to use Phaser CE for Typescript development.

## Install

```
npm install --save-dev phaser-ce-type-updated
```

## Usage

```json
// tsconfig.json
{
  ...
  "include": [
    "./node_modules/phaser-ce-type-updated/typescript/phaser.d.ts",
    ...
  ]
}
```

```typescript
// index.ts
import p2 = require('phaser-ce-type-updated/build/custom/p2');
import PIXI = require('phaser-ce-type-updated/build/custom/pixi');
import Phaser = require('phaser-ce-type-updated/build/custom/phaser-split');

(window as any).p2 = p2;
(window as any).PIXI = PIXI;
(window as any).Phaser = Phaser;
```

---
_Source: https://npm.io/package/phaser-ce-type-updated · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
