Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/imagemagick_deno/mod.ts>IDrawable

Deno port of the WASM library for ImageMagick
Go to Latest
interface IDrawable
Re-export
import { type IDrawable } from "https://deno.land/x/imagemagick_deno@0.0.25/mod.ts";

Methods

draw(wand: IDrawingWand): void