pub fn save_and_open_reactflow_browser(
reactflow_json: &str,
filename: &str,
) -> Result<()>
Available on crate feature
viz
only.Expand description
Helper function to create a complete HTML file with ReactFlow.js visualization and open it in browser. Creates files in temporary directory to avoid cluttering the workspace.