cropp componet created

This commit is contained in:
Equilibrium ITO
2024-03-26 14:25:39 +01:00
parent 272f4d48bd
commit 92631cb4ee
6 changed files with 131 additions and 0 deletions
@@ -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>