kovacsv / assimpjs

The emscripten interface for the assimp library that allows you to import 40+ 3D file formats in the browser.
MIT License
117 stars 18 forks source link

Add TypeScript/JSDoc types #11

Open Reimnop opened 11 months ago

Reimnop commented 11 months ago

I mainly code in TypeScript, and it would be beneficial to have compile-time type checking for this library, both in debugging and in production. I noticed the relevant issue in emscripten's repo was closed, and support for it was implemented, so maybe we could use that?