import { ThinEngine } from "@babylonjs/core/Engines/thinEngine"; const canvas = document.getElementById("renderCanvas") as HTMLCanvasElement; new ThinEngine(canvas);