UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

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