UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 268 B
import { Font, FontGenerateShapesOptions } from '../../loader/font/Font'; export interface TextShapesParams extends FontGenerateShapesOptions { text: string; font: Font; } export declare function getShapes(params: TextShapesParams): import("three").Shape[][];