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

x/lume/deps/imagick.ts>DrawableGravity

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
class DrawableGravity
implements IDrawable
import { DrawableGravity } from "https://deno.land/x/lume@v1.17.3/deps/imagick.ts";

Constructors

new
DrawableGravity(gravity: Gravity)

Properties

private
readonly
_gravity: Gravity

Methods

draw(wand: IDrawingWand): void