Functions
base64ToBlob
base64ToBlob(
base64
,mimeType?
):Blob
Defined in: packages/core/src/utils/encoding.ts:65
Convert base64 data to Blob
Parameters
base64
string
The base64 string
mimeType?
string
The MIME type of the file
Returns
Blob
The Blob