What is the current state of the art in HTML canvas JavaScript libraries and frameworks? [closed]

Fabric.js screenshot

I’ve been working on fabric.js — a canvas library to help with exactly that — manipulating objects on canvas, by handling events and user interactions. It’s not released yet, but take a look at a simple preview demo.

You can also see it in action in this design editor, which it was originally created for.

Edit: The project is now available on github (open-sourced under MIT License)

To get started, check out:

How does Fabric compare to other Javascript canvas libraries? Here’s a comparison table.

Leave a Comment