type FontGlyph = { type: "rgba" | "png", buffer: ArrayBuffer | Uint8Array | Uint32Array, width?: number, height?: number, }
packages / glyph / src / types.ts