-
-
Notifications
You must be signed in to change notification settings - Fork 26
Description
This package has been great! I have been using it with NodeJs 18 and Fabric 5.3 which is wonderful.
However, with End of Life coming for NodeJs 18, I am needing to upgrade to NodeJs 22. However, with there being a lot of breaking changes between fabricjs 5 and 6, and since I have a lot of stored JSON I use for fabricJs 5.3 I need to keep with Fabric 5.3 for now.
I have been trying to setup my own image or layer using Nodejs 22, node-canvas, and fabricjs 5.3. However, everything I try does not ever load custom fonts correctly. I am loading and registering custom fonts using a URL and custom font names.
Any guidance on being able to use node-canvas, NodeJS 22 and fabricjs? Either with using this layer, or something else custom?
Thank you in advance for any help!