import { type EmulatedCanvas2D } from "https://deno.land/x/canvas@v1.3.0/src/canvas.ts";
Methods
decodeImage(bytes: ArrayBuffer | Uint8Array): Image
Decodes an image with the given bytes.
getContext(type: "2d"): EmulatedCanvas2DContext
Returns an emulated canvas2d context if type == '2d', null otherwise.
Loads the given font with the given descriptors. Emulates new FontFace().
Registers a font into Canvas. (node-canvas compatibility)
makePath2D(str?: string): EmulatedPath2D
Returns an new emulated Path2D object.
Returns the current canvas as a base64 encoded image string.