Skip to main content
Home
Works with
This package works with BrowsersIt is unknown whether this package works with Cloudflare Workers, Node.js, Deno, Bun
It is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
This package works with Browsers
JSR Score58%
Publisheda year ago (1.0.0)

Canvas API but with vectors.

QuickCanvas

QuickCanvas makes the CanvasAPI more convenient by using vectors.
It is meant to be used with @coin/vector2d, but will work with any {x: number, y: number}.

Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";
or

Import directly with a jsr specifier

import * as quickcanvas from "jsr:@coin/quickcanvas";

Add Package

pnpm i jsr:@coin/quickcanvas
or (using pnpm 10.8 or older)
pnpm dlx jsr add @coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";

Add Package

yarn add jsr:@coin/quickcanvas
or (using Yarn 4.8 or older)
yarn dlx jsr add @coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";

Add Package

vlt install jsr:@coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";

Add Package

npx jsr add @coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";

Add Package

bunx jsr add @coin/quickcanvas

Import symbol

import * as quickcanvas from "@coin/quickcanvas";