Skip to main content
Module

x/canvas/types.ts>SkData

Canvas API for Deno, ported from canvaskit-wasm (Skia).
Go to Latest
interface SkData
implements EmbindObject<SkData>
import { type SkData } from "https://deno.land/x/canvas@v1.0.0/types.ts";

Represents a blob of memory. See SkData.h for more on this class.

Methods

size(): number

Return the number of bytes in this container.