Skip to main content
Latest
type alias InputFlattenedPointArray
import { type InputFlattenedPointArray } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

CanvasKit APIs accept normal arrays, typed arrays, or Malloc'd memory as flattened points. Length 2 * n for n points.

definition: MallocObj | FlattenedPointArray | number[]