pmndrs / gltfjsx

🎮 Turns GLTFs into JSX components
https://gltf.pmnd.rs
MIT License
4.73k stars 312 forks source link

Added typescript support for animations #14

Closed HugoMcPhee closed 4 years ago

HugoMcPhee commented 4 years ago

Hi thanks for this library and the latest typescript updates in 2.0,

This PR adds typescript support for animations tested with:

The main changes are:

Note: the "npx lint-staged" isn't required, and was due to having trouble commiting

drcmda commented 4 years ago

nice, thanks!