- support
import {Game, State} from 'phaser-shim';
- support TypeScript:
/// <reference path="../node_modules/phaser/typescript/phaser.comments.d.ts" />
declare module 'phaser-shim' {
export = Phaser;
}
import {Game, State} from 'phaser-shim';
/// <reference path="../node_modules/phaser/typescript/phaser.comments.d.ts" />
declare module 'phaser-shim' {
export = Phaser;
}