I am looking for a way to view Node-RED flows externally.
The format is not specific, as long as I can see them visually.
It could be a read-only version of the node-red editor (if possible), or at the very least, an image.
(1) For now, I haven't gone into the read-only version as it seems complex, not sure where to start.
I only know that I can retrieve details via the GET /flows node-red API.
Does the screenshot node support adding a waiting time for the page to load? It seems to use Puppeteer in the background and I just today successfully took a screenshot of my flows with it. It just required few seconds of wait time for the flows to load, otherwise I got the same empty screen.
For now there's no need for user authentication as the goal of this QA is to find a way to view Node-RED flows externally (from another web application, not the node-red editor itself).