Interface FlipOptions

interface FlipOptions {
    axis?: "both" | "horizontal" | "vertical";
    out?: Image;
}

Properties

Properties

axis?: "both" | "horizontal" | "vertical"

Image to which the resulting image has to be put.

Default

'horizontal'

out?: Image

Image to which the resulting image has to be put.