Skip to main content
Module

x/targadactyl/deps.ts>EmbindObject

tga.js implemented in Deno
Latest
interface EmbindObject
import { type EmbindObject } from "https://deno.land/x/targadactyl@1.2.0/deps.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