Cloned repository
pnpm i
npm run start
Error: apps/example/src/app/scene.component.ts:36:64 - error TS2740: Type 'number[]' is missing the following properties from type 'Vector3': x, y, z, isVector3, and 74 more.
36 <ngt-canvas [sceneGraph]="scene" [camera]="{ position: [0, 0, 15], near: 5, far: 20 }" />
~~~~~~
Can you confirm? If not, any suggestions?