-
Notifications
You must be signed in to change notification settings - Fork 326
Closed
Labels
Description
In v5.0.1 there appears to be no support for image Buffers.
Given this code: https://cl.ly/4b2774
- On
5.0.1: I get this error https://cl.ly/a693b1 - On
5.0.0: things work as expected 👍
Lines 83 to 85 in 197e8e2
| function isPixelData(arr) { | |
| return arr instanceof Uint8Array || arr instanceof Uint8ClampedArray; | |
| } |