type LazyFontSource = { sequences: string[], sync?: (glyph: number) => FontGlyph, async?: ( glyph: number, ) => Promise<FontGlyph>, fetch?: (glyph: number) => string, }
packages / glyph / src / types.ts