DgrmJS icon indicating copy to clipboard operation
DgrmJS copied to clipboard

Looks amazing - is there any dev documentation for interactions / outputs?

Open tonypartridge opened this issue 2 years ago • 3 comments

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?

tonypartridge avatar Jun 26 '23 08:06 tonypartridge

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".

AlexeyBoiko avatar Jun 27 '23 15:06 AlexeyBoiko

is it planned to provide the pro features here?

tobiashochguertel avatar Aug 28 '23 18:08 tobiashochguertel

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.

AlexeyBoiko avatar Aug 29 '23 06:08 AlexeyBoiko