import { Application } from 'pixi.js'; const pixi = new Application(); export const GetPixi = () => pixi;