UNPKG

@nrkn/text-layout

Version:

Wrapping and fitting styled runs of text

4 lines (3 loc) 149 B
import { HardWrapper, SoftWrapper } from './types.js'; export declare const hardWrapper: HardWrapper; export declare const softWrapper: SoftWrapper;