Skip to main content
Module

x/lume/deps/imagick.ts>DrawableText

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

Constructors

new
DrawableText(
x: number,
y: number,
value: string,
)

Properties

private
readonly
_value: string
private
readonly
_x: number
private
readonly
_y: number