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

x/canvaseno/mod.ts>SkPoint

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

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

definition: number[]