Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/imagescript/ImageScript.js>Image#drawBox

zero-dependency JavaScript image manipulation
Extremely Popular
Go to Latest
method Image.prototype.drawBox
import { Image } from "https://deno.land/x/imagescript@v1.2.14/ImageScript.js";

Draws a box at the specified coordinates

Parameters

x

The x offset

y

The y offset

width

The box width

height

The box height

color

The color to fill the box in with