gpu.js
gpu.js copied to clipboard
Fix return type of getPixels
There is an error in the definition of the return type of kernel.getPixels Return type should be Uint8ClampedArray instead of Uint8ClampedArray[] (which would be an array of Uint8ClampedArray).