UNPKG

@robotlegsjs/pixi

Version:
8 lines (7 loc) 217 B
/** * Patch PIXI to: * - emit "added"/"removed" events on stage * - implement PIXI.Container.contains method */ import { Container } from "pixi.js"; export declare function applyPixiPatch(stage: Container): void;