ng-view-crop-image-editor is a powerful image editing library for Angular applications. With ng-view-crop-image-editor, you can easily integrate advanced image editing functionalities into your Angular projects.
Crop your images with precision using the built-in cropping tool. Select the area you want to keep and discard the rest with ease.
Make duplicates of your images effortlessly with the copy feature. Whether you need multiple versions of an image or want to experiment with different edits, copying images is simple.
Undo your changes with a single click using the undo feature. Don't worry about making mistakes—ng-view-crop-image-editor keeps track of your edits so you can revert them if needed.
If you change your mind after undoing an edit, simply redo it with the redo feature. ng-view-crop-image-editor ensures that you can easily navigate through your editing history.
Rotate your images to get the perfect angle. Whether you need to straighten a crooked photo or adjust the orientation, the rotate feature has you covered.
To install ng-view-crop-image-editor, simply run:
npm install ng-view-crop-image-editor --save
<app-image-viewer [imageChangedEvent]="imageChangedEvent"></app-image-viewer>
onFileSelected(event: any) {
this.imageChangedEvent = event;
}