Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvaseno/types.ts>SkPoint

Canvas API for deno
Latest
type alias SkPoint
import { type SkPoint } from "https://deno.land/x/canvaseno@v1.0.2/types.ts";

An SkPoint is represented by 2 floats: (x, y).

definition: number[]