UNPKG

three

Version:

JavaScript 3D library

12 lines (6 loc) 162 B
import { Shape } from './Shape'; export class Font { constructor( jsondata: any ); data: string; generateShapes( text: string, size: number ): Shape[]; }