Skip to main content
Go to Latest
type alias ImageRenderingProperty
import { type ImageRenderingProperty } from "https://deno.land/std@0.40.0/types/react/csstype.d.ts";
definition:
| "-moz-crisp-edges"
| "-o-crisp-edges"
| "-webkit-optimize-contrast"
| "auto"
| "crisp-edges"
| "pixelated"