WangYuLue/image-conversion

base64 转 Blob

wsxw opened this issue · 0 comments

wsxw commented

conversion.js 第205行 let n = bstr.length; 可以改成 let n = new ArrayBuffer(bstr.length)