UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

3 lines (2 loc) 139 B
import { Shape, Path } from 'three'; export declare function shapesFromFont(shapes?: Array<Array<Shape>>): (Shape | Path)[][] | undefined;