Replies: 1 comment
-
In fabricjs v6, all functions are now returning Promises, so I believe you would need to change your code to use "await" with an async function or use .then(), one approach may be below: fabric.util.enlivenObjects([object]) I did not test this out, but it should conceptually work, and at least it gives you a direction to work on. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the previous version (version 5), I used to do it this way. How can I do this in version 6,
Beta Was this translation helpful? Give feedback.
All reactions