Skip to main content
Module

x/canvas/mod.ts>SkPoint

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
type alias SkPoint
import { type SkPoint } from "https://deno.land/x/canvas@v1.0.0/mod.ts";

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

definition: number[]