@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
7 lines (6 loc) • 298 B
TypeScript
import { Shape, Path, BufferGeometry } from 'three';
interface TextLinesParams {
shapes?: Array<Array<Shape | Path>>;
}
export declare function createGeometriesFromTypeLine(params: TextLinesParams): (BufferGeometry<import("three").NormalBufferAttributes> | undefined)[] | undefined;
export {};