We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the user can move or scale images.
Desired behavior: As an user I'd like to be able to rotate images as well.
The current image transformation is stored in the transformation state var: https://github.com/gchumillas/image-editor/blob/master/src/ImageEditor/ImageEditor.tsx#L30
transformation
Add the rotate property to the transformation state var and update the code accordingly.
rotate
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the user can move or scale images.
Desired behavior: As an user I'd like to be able to rotate images as well.
The current image transformation is stored in the
transformation
state var:https://github.com/gchumillas/image-editor/blob/master/src/ImageEditor/ImageEditor.tsx#L30
Add the
rotate
property to thetransformation
state var and update the code accordingly.The text was updated successfully, but these errors were encountered: