mdaines
mdaines
This isn't currently a way to do this. As you allude to, it might be possible to fake it by converting the JSON output to a graph object. At some...
By the way, what sort of transformation would you like to do on the edges of the graph before drawing?
As far as I can tell, the output from Viz.js is consistent with the regular Graphviz program and library. That is, I get the same output when I try at...
Thank you for the suggestion. I hadn't thought about this use case, but it makes sense. I'll think about how this could fit into the API. Accepting an array of...
@lborgman Yes, thank you for reminding me. I took another look at this recently. Emscripten has a setting that will output a fallback JS file for browsers than don't support...
Not possible currently. This sounds like an interesting feature, so I'll keep it in mind for a future version. Thank you for the suggestion.
Thank you for the request. I'm glad you find Grammophone useful. Are you interested in simply knowing whether some string is in the language described by the grammar? Or more...