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.
- Host: GitHub
- URL: https://github.com/develephant/types-phaser
- Owner: develephant
- License: other
- Created: 2017-03-17T12:29:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-26T17:04:48.000Z (over 7 years ago)
- Last Synced: 2025-04-06T12:06:25.962Z (3 months ago)
- Topics: game-engines, pahser-js, phaser, types, typings
- Size: 54.7 KB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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