I am creating a simple canvas application using Fabric.js. While everything looks good, I'm interested in some filter effects to make it a little cooler. After some searching, I came across various sources. But I'm especially interested in the glfx.js. library
I could not find any specific way to integrate Fabric.js with glfx.js. Glfx.js seems to have its own canvas classes fx.Canvas, so I'm a little worried that it's impossible to integrate the two.
My question is, can other libraries like glfx.js be used with Fabric.js? Because I can’t find out how to do this.
If not, if I use Fabric.js, will I need to write my own filters to get these effects?
http://evanw.imtqy.com/glfx.js/docs/
source
share