mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
cropp componet created
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user