Open In App

Fabric.js Canvas Class Complete Reference

Last Updated : 08 Apr, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Fabric.js is an open-source JavaScript canvas library, which provides the interactive object model built on top of the canvas element. It is also an SVG-to-canvas & canvas-to-SVG parser. The Canvas in Fabric.js can be used as a wrapper for the <canvas> elements & is responsible to manage all the fabric objects that belong to a particular canvas. It accepts the id of the element & returns an instance of fabric. Canvas. The complete list of canvas properties are given below:

 

Members:


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads