We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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