Skip to main content
Module

x/canvas/mod.ts

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
File
import * as lib from "./lib.js";import { CanvasKit } from "./types.ts";
const Canvas = await lib.CanvasKitInit({}) as CanvasKit;
export * from "./types.ts"export * from "./utils.ts"export default Canvas