Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/skia_canvas/src/canvas.ts>createCanvas

Fast JavaScript Canvas using Skia
Go to Latest
function createCanvas
import { createCanvas } from "https://deno.land/x/skia_canvas@0.1.0/src/canvas.ts";

Creates a new canvas with the given dimensions.

Parameters

width: number
height: number