Is it possible to mix Skia-canvas with FabricJS? #71
Unanswered
ProgrammingLife
asked this question in
Q&A
Replies: 1 comment
-
It's an old thread, but if anyone stumbles upon it the canvas registration and detection is actually done by JSdom, a dependency used by Fabric. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna use FabricJS on top of Skia-canvas for SSR.
FabricJS initializes its canvas with the following way:
I don't undestand how to properly pass context from Skia to FabricJS. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions