UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

5 lines 143 B
import { getContext } from 'svelte'; export function getScene() { return getContext('phaser/scene'); } //# sourceMappingURL=getScene.js.map