After cropping the image, we get default filter as B&W. How to set another filter type as default ?
<ngx-doc-scanner *ngIf="image" [file]="image" [defaultFilter] = "Original" (editResult)="editResult($event)" (exitEditor)="exitEditor($event)" (error)="onError($event)" (processing)="editorState($event)" [config]="config"> </ngx-doc-scanner>
After cropping the image, we get default filter as B&W. How to set another filter type as default ?
<ngx-doc-scanner *ngIf="image" [file]="image" [defaultFilter] = "Original" (editResult)="editResult($event)" (exitEditor)="exitEditor($event)" (error)="onError($event)" (processing)="editorState($event)" [config]="config"> </ngx-doc-scanner>