Closed
Description
In version 1.0.1, ImageData.data was a Uint8Array. In version 1.1 it becomes a number[]. Seems like it should be a Uint8ClampedArray.
Reference:
https://developer.mozilla.org/en-US/docs/Web/API/ImageData#Browser_compatibility
In version 1.0.1, ImageData.data was a Uint8Array. In version 1.1 it becomes a number[]. Seems like it should be a Uint8ClampedArray.
Reference:
https://developer.mozilla.org/en-US/docs/Web/API/ImageData#Browser_compatibility