You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 15, 2024. It is now read-only.
jsdom and nodecanvas causes a lot of compatibility problems with C++ compilers and latest NodeJS versions.
Let's use a custom build like:
After download the dev-build, we need to also remove extra require(...) calls so that webpack does not get confused with unused imports, and set fabric.isLikelyNode = false.
jsdom and nodecanvas causes a lot of compatibility problems with C++ compilers and latest NodeJS versions.

Let's use a custom build like:
After download the dev-build, we need to also remove extra
require(...)calls so that webpack does not get confused with unused imports, and setfabric.isLikelyNode = false.