ngx-image-cropper
ngx-image-cropper copied to clipboard
Not able to apply backgroundColor
<image-cropper [imageChangedEvent]="imgChangeEvt" [maintainAspectRatio]="false" [aspectRatio]="4 / 4" [resizeToWidth]="256" [(transform)]="transform" [cropperMinWidth]="1200" [cropperMinHeight]="600" [cropperMaxWidth]="1200" [cropperMaxHeight]="600" format="png" (imageCropped)="cropImg($event)" backgroundColor="rgba(255,255,255,1)" >
Did you try turning it into a string, backgroundColor="'rgba(255,255,255,1)'"?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.