Skip to main content

ImageEffect

Type Aliases

ImageEffect

type ImageEffect =
| "none"
| "blackAndWhite"
| "flipVertical"
| "flipHorizontal"
| "colorize"
| "blackAndTransparent";
Was this page helpful?