UNPKG

three-stdlib

Version:

stand-alone library of threejs examples

7 lines (5 loc) 119 B
import { Mesh } from 'three' export class HTMLMesh extends Mesh { constructor(dom: HTMLElement) dispose(): void }