UNPKG

@geckos.io/phaser-on-nodejs

Version:

Allows you to run Phaser 3 games (including Phaser's physics engines) on Node.js.

9 lines 303 B
declare global { var phaserOnNodeFPS: number; } import './fakeScreen'; declare const animationFrame: (cb: any) => number; export { animationFrame }; declare const requestAnimationFrame: (callback: FrameRequestCallback) => number; export { requestAnimationFrame }; //# sourceMappingURL=index.d.ts.map