jscastro76 / threebox

A Three.js plugin for Mapbox GL JS, with support for animations and advanced 3D rendering.
Other
549 stars 145 forks source link

Typescript support #410

Open manmaor opened 10 months ago

manmaor commented 10 months ago

Is there any chance to add typescript support to this project?

Right now to overcome this, I created a JS file that imports threebox-plugin and exports some specific methods that I use, and in the tsconfig added "allowJs": true. But it will be nice to use this plugin from typescript directly.

DasHasan commented 2 months ago

I support this request as well. I am interested in contributing to the implementation of TypeScript support for this project. What specific requirements or steps would be necessary to achieve this?