interface IDrawingWand
implements IDisposable
Re-export
import { type IDrawingWand } from "https://deno.land/x/lume@v1.18.4/deps/imagick.ts";
Methods
draw(drawables: IDrawable[]): void
fillColor(value: MagickColor): void
gravity(value: Gravity): void
textAlignment(value: TextAlignment): void
textDecoration(value: TextDecoration): void
textUnderColor(value: MagickColor): void