deno.com
type alias ResizeQuality

Specifies the algorithm to be used for resizing the input to match the output dimensions. One of pixelated, low (default), medium, or high.

Definition #

"high"
| "low"
| "medium"
| "pixelated"