You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
Is it possible to get somewhere, somehow typescript definition to pixi-compressed-texuters (d.ts)?
Maybe someone already made it?
Thanks for your attention.
I’m looking forward to your reply.
The text was updated successfully, but these errors were encountered:
In pixi.js 4.5.3 loader has option pre, I use it to extensionChooser.
My whole d.ts file look like this: declare module PIXI.compressedTextures { function detectExtensions(renderer: WebGLRenderer): Array<string>; function extensionChooser(extension: any):any; function imageParser():any; }
Is it possible to get somewhere, somehow typescript definition to pixi-compressed-texuters (d.ts)?
Maybe someone already made it?
Thanks for your attention.
I’m looking forward to your reply.
The text was updated successfully, but these errors were encountered: