UNPKG

@nrkn/text-layout

Version:

Wrapping and fitting styled runs of text

3 lines (2 loc) 138 B
import { Block, WrappedBlock } from './types.js'; export declare const solidFitter: (maxWidth: number) => (block: Block) => WrappedBlock;