pixi-audio
pixi-audio copied to clipboard
TypeScript definition support (feature request)
Nice plugin and I would like to use it in my pixijs project, but i'm on typescript. Is it possible to add the tsd file (if available)? thanks.
Hi @cybertim, thanks!
Yes, I will add the .d.ts file soon in the https://github.com/typings/typings list, I'm working on it, but meanwhile you can use this https://github.com/Nazariglez/typescript-pixi-game-template/blob/master/typings/pixi-audio.d.ts. You will need add the pixi.js.d.ts file before this.
nice :-) thanks!