`UInt8ClampedArray` set method seems invalid. It should be `Int` and not `Byte`. I had to make my ow...
h
UInt8ClampedArray
set method seems invalid. It should be
Int
and not
Byte
. I had to make my own custom
set
to fill the array. Anyone else seen this issue?