method Image.prototype.rotateimport { Image } from "https://deno.land/x/imagescript@v1.2.14/mod.ts"; rotate(angle, resize?)Rotates the image the given amount of degrees ParametersangleThe angle to rotate the image for (in degrees) optionalresize = [UNSUPPORTED]Whether to resize the image so it fits all pixels or just ignore outlying pixels