pixi-audio icon indicating copy to clipboard operation
pixi-audio copied to clipboard

TypeScript definition support (feature request)

Open cybertim opened this issue 8 years ago • 2 comments

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.

cybertim avatar Apr 18 '16 11:04 cybertim

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.

Nazariglez avatar Apr 18 '16 11:04 Nazariglez

nice :-) thanks!

cybertim avatar Apr 18 '16 16:04 cybertim