method Image.prototype.cropimport { Image } from "https://deno.land/x/imagescript@v1.2.14/mod.ts"; crop(x,y,width,height,)Crops an image to the specified dimensions ParametersxThe x offset yThe y offset widthThe new images width heightThe new images height