UNPKG

text-to-svg-hb

Version:

Convert text to SVG paths with HarfBuzz support for complex text shaping

4 lines (3 loc) 222 B
import { TextToSVGOptions, SVGResult, ShapedGlyph } from './types'; export declare function textToSVG(text: string, options: TextToSVGOptions): Promise<SVGResult>; export type { TextToSVGOptions, SVGResult, ShapedGlyph };