Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 573 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 573 Bytes

Fabric JS Core

This package contains shared business logic between our Fabric JS implementations: Web Components, React and Vue.

Goals

The aim of this package is to centralise logic that would otherwise be duplicated across our JavaScript library implementations. We wish to keep this package as raw JS as possible, while allowing for the libraries themselves to dictate the input and output types of certain functions, for example DOM operations.