import { type InputGlyphIDArray } from "https://deno.land/x/canvas@v1.3.0/src/canvas.ts";
CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as glyph IDs. Length n for n glyph IDs.
definition: MallocObj | GlyphIDArray | number[]