This commit is contained in:
tiago.kayaya
2021-11-09 11:54:56 +01:00
parent ab2f7df3d1
commit cafe397f2c
4 changed files with 3 additions and 3 deletions
@@ -100,6 +100,7 @@ async takePicture() {
});
this.capturedImage = await this.convertBlobToBase64(blob);
this.capturedImageTitle = new Date().getTime() + '.jpeg';
//console.log(this.capturedImage);