JerryI / Mathematica-ThreeJS-graphics-engine

A parser for Wolfram Mathematica's Graphics3D functions (written in JS)
29 stars 2 forks source link

add type file for development. #7

Closed asukaminato0721 closed 1 year ago

asukaminato0721 commented 1 year ago

I find that developing js with a library like threejs but with no type file is terrible.

but since r116 is too old, from here I can only find 0.125.0, the nearest one.

so I add it. Now the js file has proper type hints.

image

(Although has some breaking changes, it seems that no big deal). Since it won't affect the code.

JerryI commented 1 year ago

Now, I think. It is much better to develop