ng-view-crop-image-editor
v0.0.9
Published
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.
Downloads
16
Readme
ng-view-crop-image-editor
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.
Features
Crop
Crop your images with precision using the built-in cropping tool. Select the area you want to keep and discard the rest with ease.
Copy
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
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.
Redo
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
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.
Installation
To install ng-view-crop-image-editor, simply run:
npm install ng-view-crop-image-editor --save
Usage
<app-image-viewer [imageChangedEvent]="imageChangedEvent"></app-image-viewer>
onFileSelected(event: any) {
this.imageChangedEvent = event;
}