UNPKG

svelte-phaser

Version:

Create Phaser 3 games with Svelte 3

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