How to save canvas in Fabric.js?

I am trying to implement small online drawing and image tools. For this reason, I liked to use fabric. In my program, I would like to send the canvas to PHP. Or I want to save the canvas as a jpeg image in a web directory.

How to save or export the result of the canvas as an image.

+5
source share

All Articles