mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
6 lines
108 B
TypeScript
6 lines
108 B
TypeScript
import { Application } from 'pixi.js';
|
|
|
|
const pixi = new Application();
|
|
|
|
export const GetPixi = () => pixi;
|