We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const savePicture = async (photo: Photo, fileName: string): Promise<UserPhoto> => {
40
- let base64Data: string
+ let base64Data: string | Blob
41
// "hybrid" will detect Cordova or Capacitor;
42
if (isPlatform('hybrid')) {
43
const file = await Filesystem.readFile({
0 commit comments