Skip to main content
Module

x/canvas/mod.ts>EmbindObject

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

CanvasKit is built with Emscripten and Embind. Embind adds the following methods to all objects that are exposed with it.

Methods

clone(): T
delete(): void
deleteAfter(): void
isAliasOf(other: any): boolean
isDeleted(): boolean