import { type FlattenedRectangleArray } from "https://deno.land/x/canvas@v1.0.0/types.ts";
FlattenedRectangleArray represents n rectangles by 4*n float values. In order, the values should be the top, left, right, bottom point for each rectangle.
x/canvas/types.ts>FlattenedRectangleArray
import { type FlattenedRectangleArray } from "https://deno.land/x/canvas@v1.0.0/types.ts";
FlattenedRectangleArray represents n rectangles by 4*n float values. In order, the values should be the top, left, right, bottom point for each rectangle.