I need to rotate an image in my angular frontend and need to save the rotated image to the backend. But currently, when I tried with some of the npm packages it rotates the images but saves as the same as it uploaded.
I have seen some of the custom-made code components for implementing this and that works for me. But I need to strictly use the npm package for implementing this.
Can anyone have worked with this?
Thanks in advance.