Open
Description
Hi, can you make an example on how to use the applyFilter function?
What I tried so far:
applyFilter(() => true);
Error message:
TypeError: filters[j] is not a function
at Object.applyFilters (C:\Users\ian\work\capture-movement\node_modules\.pnpm\@[email protected]\node_modules\@vibrant\image\lib\index.js:42:32)
Thanks