Closed tolmasoft closed 7 months ago
I'm modify original code and all working. This is not the best solution, but for now it suits me.
before use!
window.PIXI = PIXI;
window.PIXI = PIXI
And declare window.PIXI in index.d.ts! declare global { interface Window { PIXI: any } }
declare global { interface Window { PIXI: any } }
textinput.ts
This is indeed suboptimal. I will pay attention to it in the next update.
I'm modify original code and all working. This is not the best solution, but for now it suits me.
before use!
window.PIXI = PIXI
;And declare window.PIXI in index.d.ts!
declare global { interface Window { PIXI: any } }
textinput.ts