mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
23 lines
495 B
HTML
23 lines
495 B
HTML
|
|
<ion-header>
|
||
|
|
<ion-toolbar>
|
||
|
|
<ion-title>cropImage</ion-title>
|
||
|
|
</ion-toolbar>
|
||
|
|
</ion-header>
|
||
|
|
|
||
|
|
<ion-content>
|
||
|
|
|
||
|
|
<!-- <div style="height: 100%; width: 100%;">
|
||
|
|
<image-cropper
|
||
|
|
[imageBase64]="this.capturedImage"
|
||
|
|
[maintainAspectRatio]="true"
|
||
|
|
[aspectRatio]="1 / 1"
|
||
|
|
format="jpeg"
|
||
|
|
allowMoveImage="true"
|
||
|
|
(imageCropped)="imageCropped($event)"
|
||
|
|
(imageLoaded)="imageLoaded($event)"
|
||
|
|
(loadImageFailed)="loadImageFailed()"
|
||
|
|
></image-cropper>
|
||
|
|
</div> -->
|
||
|
|
|
||
|
|
</ion-content>
|