i want to use caman js and fabric js to give effect on an image in same canvas. how can i combine them?
问题 I want to give effect to image using both caman js and fabric js. I tried to combine the code but it gives two images instead of one. What can i do to combine caman js and fabric js and fix this? I reffered to: http://camanjs.com/ and http://fabricjs.com/articles/ Thank you. 回答1: I don't think there is a direct way to combine fabric and caman. Here is a workaround that i have used (Just a simple one. You can enhance it as per your wish) : HTML <canvas id="canvas" width="600" height="300"><