You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 4, 2026. It is now read-only.
I see that it's possible currently to export images from UI as png or svg. This is very convenient but manual feature now. TO be able to build automations and for example compile images from DSL files as project artifacts it would be nice if CLI could have this feature too.
I see that currently this feature is implemented in the frontend.
How about decoupling it from UI to a standalone module and let's say make it available as a standalone package or part of this CLI at least? I see that jsdom now supports canvas so theoretically is possible to build diagrams now using nodeJS.