import { type InputPoint } from "https://deno.land/x/canvas@v1.4.2/mod.ts";
CanvasKit APIs accept a Float32Array or a normal array (of length 2) as a Point.
definition: Point | number[]
import { type InputPoint } from "https://deno.land/x/canvas@v1.4.2/mod.ts";
CanvasKit APIs accept a Float32Array or a normal array (of length 2) as a Point.