Image cropper

Image cropper is used to resize and crop a given image.

It can be configured to set its aspect ratio, resize its cropped base64 image output and set its format from several image format choices.

Attach files Drag and drop or click to upload

Here goes the cropped image.
Inputs
fixedCropperAspectRatio : boolean
image : string
cropperAspectRatio ?: ImageCropperAspectRatio = ImageCropperAspectRatio.SQUARE
cropperMinWidth ?: number = 0
outputFormat ?: ImageCropperFormat = 'png'
outputWidth ?: number = 0
Outputs
imageCropped ?: any = new EventEmitter<string>()