davidfig / pixi-scrollbox

a scrollbox built for pixi.js using a masked box that scrolls vertically and/or horizontally with optional scrollbars
https://www.npmjs.com/package/pixi-scrollbox
MIT License
172 stars 33 forks source link

TypeScript Support #10

Closed c-andrews closed 4 years ago

c-andrews commented 5 years ago

Can you able to tell me if scrollbox supports TypeScript as i cant find a index.d.ts?

davidfig commented 5 years ago

It does not but I would love to add it. I don't have time right now, however.

jeanbenitez commented 5 years ago

@davidfig, do you wanna migrate project to typescript or to add type definitions?

davidfig commented 5 years ago

Just add type definitions for now. Thanks!

c-andrews commented 4 years ago

@jeanbenitez did you manage to add in the Type Definitions? Thanks!