Skip to main content
Module

x/evt/lib/types/index.ts>dom.ImageBitmapOptions

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.ImageBitmapOptions
import { type dom } from "https://deno.land/x/evt@v2.4.3/lib/types/index.ts";
const { ImageBitmapOptions } = dom;

Properties

optional
colorSpaceConversion: "none" | "default"
optional
imageOrientation: "none" | "flipY"
optional
premultiplyAlpha: "none" | "premultiply" | "default"
optional
resizeHeight: number
optional
resizeQuality:
| "pixelated"
| "low"
| "medium"
| "high"
optional
resizeWidth: number