Whenever I try to use (convolve kernel ~rect) rather than (convolve kernel) I get this error in the console and the convolve doesn't take effect
library.js:525 Uncaught (in promise) RangeError: Source is too large
at Uint8ClampedArray.set (<anonymous>)
at Library.convolve (library.js:525)
at interpretList (lisp.js:111)
at async interpretList (lisp.js:108)
at async interpretList (lisp.js:108)
Whenever I try to use
(convolve kernel ~rect)rather than(convolve kernel)I get this error in the console and the convolve doesn't take effect