summit/frontend/node_modules/three-stdlib/webxr/Text2D.d.ts

4 lines
96 B
TypeScript
Raw Normal View History

2025-12-08 16:31:30 +00:00
import { Mesh } from 'three'
export function createText(message: string, height: number): Mesh