This commit is contained in:
Peter Maquiran
2022-01-03 18:45:37 +01:00
parent 575661ea1f
commit 6f49965e67
8 changed files with 185 additions and 205 deletions
@@ -113,6 +113,8 @@ export class NewPublicationPage implements OnInit {
resultType: CameraResultType.Uri,
source: CameraSource.Camera
});
console.log(capturedImage)
const response = await fetch(capturedImage.webPath!);
const blob = await response.blob();