Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno_chart/deps.ts>SkRect

A graph library for deno. Inspired by Chart.js. A simpler implementation for basic bar graphs that save to an image.
Latest
type alias SkRect
import { type SkRect } from "https://deno.land/x/deno_chart@1.1.0/deps.ts";

An SkRect is represented by 4 floats. In order, the floats correspond to left, top, right, bottom. See SkRect.h for more

definition: Float32Array