Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/canvaseno/types.ts>SkData

Canvas API for deno
Latest
interface SkData
implements EmbindObject<SkData>
import { type SkData } from "https://deno.land/x/canvaseno@v1.0.2/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.