Closed bbenoist closed 4 years ago
It would be cool to have TypeScript type definitions for the library.
After a few searches, it looks like using nbind could do the trick if you don't want to write them by yourself (as in opencv4nodejs for example).
This will be featured in 3.0.0, merci beaucoup @bbenoist.
If you're keen to try it now:
npm i -S wulf/nodehun#n-api
It would be cool to have TypeScript type definitions for the library.
After a few searches, it looks like using nbind could do the trick if you don't want to write them by yourself (as in opencv4nodejs for example).