import { type FlattenedRectangleArray } from "https://deno.land/x/canvaseno@v1.0.2/mod.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.
import { type FlattenedRectangleArray } from "https://deno.land/x/canvaseno@v1.0.2/mod.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.