You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Converts a base64 string to an image file in the device gallery
35
46
* @param {string} data The actual base64 string that you want to save
36
-
* @param {any} [options] An object with properties: prefix: string, mediaScanner: boolean. Prefix will be prepended to the filename. If true, mediaScanner runs Media Scanner on Android and saves to Camera Roll on iOS; if false, saves to Library folder on iOS.
47
+
* @param {any} [options] An object with properties
37
48
* @returns {Promise<any>} returns a promise that resolves when the image is saved.
0 commit comments