Solve a small bug
This commit is contained in:
@@ -125,7 +125,7 @@ const dataURLToBlob = (dataURL) => {
|
||||
|
||||
let uInt8Array = new Uint8Array(rawLength)
|
||||
|
||||
for (let i = 0 i < rawLength ++i) {
|
||||
for (let i = 0 ;i < rawLength; ++i) {
|
||||
uInt8Array[i] = raw.charCodeAt(i)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user