Hunter
Results
1
comments of
Hunter
You should be able to get the base64 with the following example: ``` const f = await filterous .importImage(buffer) .applyInstaFilter(filterName, options) const base64 = f.canvas.toDataURL() ```