Blob
1 parent f8eddd2 commit 645e19dCopy full SHA for 645e19d
1 file changed
playground/composables/usePhotoGallery.ts
@@ -37,7 +37,7 @@ export function usePhotoGallery() {
37
})
38
39
constsavePicture=async(photo: Photo,fileName: string): Promise<UserPhoto>=>{
40
-letbase64Data: string
+letbase64Data: string|Blob
41
// "hybrid" will detect Cordova or Capacitor;
42
if(isPlatform('hybrid')){
43
constfile=awaitFilesystem.readFile({
0 commit comments