UNPKG

@geckos.io/phaser-on-nodejs

Version:

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

9 lines 221 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); global.screen = { // @ts-expect-error orientation: { addEventListener: () => { } } }; //# sourceMappingURL=fakeScreen.js.map