Skip to content

createConverter

createConverter(opts?): Converter

Defined in: src/core/converter/facade.ts:140

Build a Converter over a reader registry. The async boundary (font fetching) lives here; readers and writers stay synchronous.

CreateConverterOptions = {}

Optional reader-registry override.

Converter

A converter exposing readers, detect and convert.