UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 234 B
import { BufferGeometry } from 'three'; export interface TextLineHeightParams { lineHeight: number; } export declare function applyTextLineHeight(geometries: Array<BufferGeometry | undefined>, params: TextLineHeightParams): void;