glfx.js
glfx.js copied to clipboard
Add export canvas method (current rendering result)
Adds the ability to copy the canvas that has current filter results. Previously I had to work with fx.canvas()._.gl etc. Make it easier to use as canvas.toDataURL('image/jpeg') or blob.
Thank you for the amazing image conversion library.