UNPKG

pixi.js

Version:

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

12 lines (11 loc) 186 B
declare global { namespace PixiMixins { interface RendererPipes { bitmapText: import('./BitmapTextPipe').BitmapTextPipe; } } } export {};