Right now it just fails:
colorworker.893f8723.js:1 Uncaught (in promise) RangeError: offset is out of bounds
at Int8Array.set (<anonymous>)
at colorworker.893f8723.js:1:3204
at array (colorworker.893f8723.js:1:3213)
at JA (colorworker.893f8723.js:1:3311)
at E (colorworker.893f8723.js:1:71498)
at eA (colorworker.893f8723.js:1:71745)
at async colorworker.893f8723.js:1:72579
Ideally we catch this and retry with a reduced image size.
Right now it just fails:
colorworker.893f8723.js:1 Uncaught (in promise) RangeError: offset is out of bounds at Int8Array.set (<anonymous>) at colorworker.893f8723.js:1:3204 at array (colorworker.893f8723.js:1:3213) at JA (colorworker.893f8723.js:1:3311) at E (colorworker.893f8723.js:1:71498) at eA (colorworker.893f8723.js:1:71745) at async colorworker.893f8723.js:1:72579Ideally we catch this and retry with a reduced image size.