DgrmJS
DgrmJS copied to clipboard
Looks amazing - is there any dev documentation for interactions / outputs?
I think this is the cleanest UI builder I have seen for flows/processes. I am envisaging adding forms to each shape to set out some properties and then control the process/flow for a powerful ProcessFlow Builder for an application. What is the best way to handle this with DgrmJS?
Hi! Thanks for the kind words.
What is the best way to handle this with DgrmJS?
Clone the repo. Implement your shapes. Look at circle shape. https://github.com/AlexeyBoiko/DgrmJS/blob/main/src/shapes/circle.js
Please note: source code in this repo is different from https://app.dgrm.net/ . app.dgrm.net has pro features like "undo/redo".
is it planned to provide the pro features here?
Hi @tobiashochguertel Thanks for reaching out.
I'am planning (no promises) to create npm package with good API. I can't give a date right now. Right now I am focus on "live collaboration" feature. Users will be able to work simultaneously on the same diagram, like in Google Docs.