mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-31 19:12:36 +01:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
|
import { Application } from '@pixi/app';
|
||
|
|
||
|
export class PixiApplicationProxy extends Application
|
||
|
{}
|