UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

18 lines (15 loc) 289 B
declare global { namespace PixiMixins { interface RendererSystems { filter: import('./FilterSystem').FilterSystem; } interface RendererPipes { filter: import('./FilterPipe').FilterPipe; } } } export {};