How to access the generated SVG element? #3891
remcohaszing
started this conversation in
General
Replies: 0 comments
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 need to access the SVG DOM element generated by mermaid. However, I only see a way to access the output as a string. As a workaround, I now use this:
Ideally I would like to do something like this:
Is something like this possible?
Beta Was this translation helpful? Give feedback.
All reactions