Options of Result
See Croppie.result for usage.
type_ : Type -> Croppie.ResultOption
The type of result to return defaults to Canvas
Type of result type
size : Size -> Croppie.ResultOption
The size of the cropped image defaults to Viewport
Size type
format : Format -> Croppie.ResultOption
Indicating the image format.
If you do not specify a format, the default is Png
Type of result format
quality : Basics.Float -> Croppie.ResultOption
Number between 0
and 1
indicating image quarity.
circle : Basics.Bool -> Croppie.ResultOption
Force the result to be cropped into a circle.