Skip to main content
Module

x/imagemagick_deno/mod.ts>DrawableText

Deno port of the WASM library for ImageMagick
Latest
class DrawableText
implements IDrawable
import { DrawableText } from "https://deno.land/x/imagemagick_deno@0.0.26/mod.ts";

Constructors

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

Properties

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