Files

4 lines
96 B
TypeScript

import { Mesh } from 'three'
export function createText(message: string, height: number): Mesh