[]
type RotationPluginOptions = object;
RotationPlugin options.
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.
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.
3
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.
1