structurizr / ui

UI code for Structurizr Lite, on-premises, and cloud service.
https://docs.structurizr.com/ui
MIT License
38 stars 22 forks source link

Example of diagram key #2

Closed phxnsharp closed 1 year ago

phxnsharp commented 1 year ago

Having an example of rendering a diagram key would be useful:

document.getElementById("diagramkey").innerHTML = 
    diagram.exportCurrentDiagramKeyToSVG();
phxnsharp commented 1 year ago

Thanks!