Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface EmbindObject
import { type EmbindObject } from "https://deno.land/x/canvaseno@v1.0.2/types.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