Home

fabric 5.0.0

Running this repo locally

This repo uses Jekyll to serve pages, which can be installed here.

Once installed just run the command jekyll serve in your terminal in the root directory of this repo. In the output in your console from this command you will see Server address: <base_url>, visit this base_url in your browser and you will see the content on fabricjs.com with your local changes applied.

Not familiar with Fabric?

Best place to start is by going through 4-part tutorial

How to navigate the docs?

Here's a hierarchy of Fabric's object model, to make it easier:

Main rendering surface

Things to fill objects with

2D shapes inheriting from fabric.Object

2D entities NOT inheriting from fabric.Object

Main fabric namespace

Fabric utilities and helpers

Fabric freedrawing brushes