UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 338 B
import { Shape, Path, BufferGeometry } from 'three'; interface TextStrokesParams { shapes?: Array<Array<Shape | Path>>; strokeWidth: number; } export declare function createGeometriesFromTypeStroke(params: TextStrokesParams): Promise<(BufferGeometry<import("three").NormalBufferAttributes> | undefined)[] | undefined>; export {};