AhamedBilal / ngx-photo-editor

Angular Photo Editor
https://ahamedbilal.github.io/ngx-photo-editor/
MIT License
25 stars 26 forks source link

How to remove crop functionality at initially image load? #15

Closed jigneshHchauhan closed 3 years ago

jigneshHchauhan commented 3 years ago

i want when i move cursor from cropbox it should not crop the image until i click on crop button

AhamedBilal commented 3 years ago

Set the [viewMode]="0" or You can set autoCrop false,

(read the docs)