We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2efaa commit e06f3f3Copy full SHA for e06f3f3
docs/content/Batching.md
@@ -132,7 +132,7 @@ You should convert the downloaded photos through batching to a Base64 representa
132
const _binToBlob = await this.b64toBlob((data),'img/jpg');
133
134
// you can associate the base64 output to an src attribute of an <img> HTML tag
135
- const base64Result = await this.blobToBase64(_binToBlob);
+ const base64Result = await this.blobToBase64(binToBlob);
136
console.log(base64Result);
137
}
138
} catch (error) {
0 commit comments