method Image.prototype.drawBoximport { Image } from "https://deno.land/x/imagescript@v1.2.14/ImageScript.js"; drawBox(x,y,width,height,color,)Draws a box at the specified coordinates ParametersxThe x offset yThe y offset widthThe box width heightThe box height colorThe color to fill the box in with