Convert the blob to blobToBase64 using the following function. const blobToBase64 = blob => {. const reader = new FileReader();. reader.readAsDataURL(blob);.
確定! 回上一頁