UNPKG

gedcom-ts

Version:

TypeScript GEDCOM toolkit for browser apps: import .ged/.zip, edit typed genealogy data, and export GEDCOM or GEDZIP.

4 lines (3 loc) 263 B
import type { BookletLocale } from './booklet-locale'; /** Node / tests: exact Noto subset for arbitrary PDF content (GEDCOM names, etc.). */ export declare function subsetBookletPdfFontForContent(locale: BookletLocale, contentText: string): Promise<Uint8Array>;