import { type InputFlattenedRectangleArray } from "https://deno.land/x/canvaseno@v1.0.2/mod.ts";
CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as flattened rectangles. Length 4 * n for n rectangles.
definition: MallocObj | FlattenedRectangleArray | number[]