UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

6 lines (5 loc) 131 B
import Phaser from 'phaser'; export declare function createGame(config?: {}): Promise<{ game: Phaser.Game; scene: any; }>;