I am searching for a plugin for Angular to crop images before uploading it to the database, I have searched all the day, but all the plugins I have found was even deprecated or not satisfying my needs.
What I specifically want is a plugin that:
- Zoom in and out the photo.
- Crop the photo.
- Change the format of the photo.
the best choice I have found was:
The first one the almost what I want, but unfortunately it's deprecated and I can't use it or don't know how to use it.
I want something similar to this.
Is there a method to use the first one in angular 13? or is there a good alternative for it?
2 Answers
Would ngx-image-cropper work for you? Glancing over the docs it should be able to do what you want, just some minor touches to UI side. Snapping to grid, highlight lines etc.
1A bit late, but the image cropper in this StackBlitz has a zoom option that might be what you're looking for