I am using ngx-image-cropper, I have used all of its functionality, like zoom, rotate.
Now the real problem is when I zoom the image it's scaled from center, now if I want to crop image from extreme left side or extreme right side, I am helpless, as there is no provision of shift image, Can anyone suggest me how can add functionality of shift image in ngx-image-cropper.
Stackblitz example : https://stackblitz.com/edit/image-cropper
Have you consulted the library documentation?
Your answer is there https://github.com/Mawi137/ngx-image-cropper.
For example you can make use of
alignImageor other inputs available.