An open API service indexing awesome lists of open source software.

https://github.com/develephant/types-phaser

A phaser.js shim for TypeScript types.
https://github.com/develephant/types-phaser

game-engines pahser-js phaser types typings

Last synced: 3 months ago
JSON representation

A phaser.js shim for TypeScript types.

Awesome Lists containing this project

README

        

# `types-phaser`

### A phaser.js shim for TypeScript types.

[https://github.com/photonstorm/phaser-ce](https://github.com/photonstorm/phaser-ce)

## Install

```
npm i @develephant/types-phaser --save
```

## Usage

This module is for TypeScript. Add the following to the `tsconfig.json`:

```json
{
"typeRoots": [
"node_modules/@develephant/types-phaser"
]
}
```

> ___If you are using VSCode, restart the application.___

---

#### `types-phaser` ⋆ © 2017 develephant ⋆ MIT license