Skip to main content
type alias ImageOrientation

Specifies how the bitmap image should be oriented.

Definition

"flipY"
| "from-image"
| "none"
Back to top