Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/imagemagick_deno/src/index.ts>IDrawable

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

Methods

draw(wand: IDrawingWand): void