threejs-math
threejs-math copied to clipboard
Stand-alone version of three.js Math library with TypeScript support
See several changes that need to be merged to bring up to r147 compatibility, e.g., Matrix3 https://github.com/mrdoob/three.js/releases
In a recent project set up with Vite+Typescript, I installed threejs-math (`npm install threejs-math`) and imported some types: ``` import { Vector2 } from "threejs-math"; ``` But I got the...
**Error:** Could not find a declaration file for module 'threejs-math'. './node_modules/threejs-math/build/threejs-math.module.js' implicitly has an 'any' type. There are types at './node_modules/threejs-math/types/index.d.ts', but this result could not be resolved when respecting...