UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 285 B
import { Shape } from 'three'; interface TextFlatsParams { shapes?: Array<Array<Shape>>; } export declare function createGeometriesFromTypeFlat(params: TextFlatsParams): (import("three").BufferGeometry<import("three").NormalBufferAttributes> | undefined)[] | undefined; export {};