I need to develop something similar to this : http://draw.io It needs to include :
- a main canvas
- toolbars
- drag'n drop elements from toolbar to canvas
- link nodes with edges ...
Where to start ? What API or framework should one use ?
I need to develop something similar to this : http://draw.io It needs to include :
Where to start ? What API or framework should one use ?
You can try http://fabricjs.com/ i have used it with great success to make things like that. It will be no small project thou.