Is there any way in GrapesJs to implement wireframe like functionality like in figma #5782
Unanswered
Jagroop-RTE
asked this question in
Q&A
Replies: 1 comment
-
Having checked the source code there's only 1 canvas at a time. I don't think its possible. But maybe you can wrap multiple gjs canvas together. And zooming may be slow this way since gjs is just DOM and Figma is webgl. |
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.
-
Is it feasible to develop wire-frame capability in Grapes JS, similar to how Figma allows many pages on the same canvas (body) capabilities?
OR
Is there any grapesjs plugin that allows us to implement wireframes?
NOTE: I know we can make separate numerous pages, but we want to construct wireframes on the same page (canvas).
Beta Was this translation helpful? Give feedback.
All reactions