koorgoo / ngCropper

AngularJS wrapper for https://github.com/fengyuanchen/cropper
107 stars 72 forks source link

Is there support for circular area selection when cropping #48

Open adeopura4 opened 5 years ago

adeopura4 commented 5 years ago

I cannot seem to find any such option, but if there is one, please let me know.

josephlaw commented 4 years ago

@adeopura4 hope below can help you

.cropper-view-box { box-shadow: 0 0 0 1px #39f; border-radius: 50%; outline: 0; } .cropper-face { background-color:inherit !important; }