Skip to content

develephant/types-phaser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

types-phaser

A phaser.js shim for TypeScript types.

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:

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

If you are using VSCode, restart the application.


types-phaser ⋆ © 2017 develephant ⋆ MIT license

Releases

No releases published

Packages

No packages published