-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generating SVG text blob for use in Node #2
Labels
Type: Enhancement
New feature or request
Comments
That's a good idea and I can see the point with having such a function. I will think about how to design it. |
@RangerMauve There is client utility for this now which is run via node. It uses phantomjs for rendering the diagrams. Hopefully that should solve your issue. I will close this but if you disagree don't hesitate to reopen it. |
That sounds good, thanks! |
knsv
pushed a commit
that referenced
this issue
Nov 21, 2019
knsv
pushed a commit
that referenced
this issue
Aug 4, 2021
Bumps [toolmantim/release-drafter](https://github.com/toolmantim/release-drafter) from 5.2.0 to 5.15.0. - [Release notes](https://github.com/toolmantim/release-drafter/releases) - [Commits](release-drafter/release-drafter@v5.2.0...v5.15.0) --- updated-dependencies: - dependency-name: toolmantim/release-drafter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, it'd be nice if there was an API available to generate one of these graphs in node (or even at runtime in browser-side js) so that it could be either saved somewhere or sent as part of a response. If this ability already exists, could there be some docs for it?
The text was updated successfully, but these errors were encountered: