RotationPluginOptions: { rotatePosition: number | false; flipHorizontalPosition: number | false; flipVerticalPosition: number | false }

RotationPlugin options.

Type declaration

  • rotatePosition: number | false

    "Rotate image" button position. Set the rotatePosition option to -1 or false if you don't wish to show "Rotate image" button.

    Default

    1

  • flipHorizontalPosition: number | false

    "Flip horizontal" button position. Set the flipHorizontalPosition option to -1 or false if you don't wish to show "Flip horizontal" button.

    Default

    2

  • flipVerticalPosition: number | false

    "Flip vertical" button position. Set the flipVerticalPosition option to -1 or false if you don't wish to show "Flip vertical" button.

    Default

    3