Skip to main content
Module

x/targadactyl/deps.ts>InputPoint

tga.js implemented in Deno
Latest
type alias InputPoint
import { type InputPoint } from "https://deno.land/x/targadactyl@1.2.0/deps.ts";

CanvasKit APIs accept a Float32Array or a normal array (of length 2) as a Point.

definition: Point | number[]