method default.prototype.blurimport { default } from "https://deno.land/x/imagescript@1.3.0/v2/framebuffer.d.ts"; blur(type: "cubic"): thisblur(type: "box", radius: number): thisblur(type: "gaussian", radius: number): thisParameterstype: "cubic"ReturnsthisParameterstype: "box"radius: numberReturnsthisParameterstype: "gaussian"radius: numberReturnsthis