Closed iqorlobanov closed 4 months ago
Hi there, excuse me for the late response, I have been considering whether this could make a good addittion to the library or not, I think it may good for the library at least for now until the next major both rotate methods get collapsed into a single one.
Did you manually test whether the direction produced accurate crops? By accurate I mean what you see on screen it's what you get as a result.
Did you manually test whether the direction produced accurate crops? By accurate I mean what you see on screen it's what you get as a result.
Yes, everything has been tested on both platforms
Alright then, everything is looking good to me.
When using this package, I noticed that it does not have the option to rotate the image counterclockwise. In my case, I just needed to rotate the image counterclockwise and I decided to add a new function
rotateWithDirection
What's been added
rotateWithDirection
Rotate the component 90 degrees (or -90 degrees) clockwise or counterclockwise in a range from 0 to 360 degrees (or 0 to -360 degrees).
boolean \| undefined
true
boolean \| undefined
true
function \| undefined
undefined
void
How it works