You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.
we use modern package svg.js to implement our project to convenient users to easy, elegant and strong expandability diagramming library.
// this is just a idea, not the really code exampleimport{Container,Node,Edge}from'@flowviz/core'constcontainer=newContainer(document.getElementById('root')).addItem(newNode({width: 10,height: 100}).text('Hell, world').background('#green').position(10,40))container.addEventListener('onSelectItem',items=>{/* do something */})constitem1=newNode(...)constitem2=newNode(...)constedge=newEdge(item1,item2)container.addItems([items1,item2,edge])
The text was updated successfully, but these errors were encountered:
we use modern package
svg.js
to implement our project to convenient users to easy, elegant and strong expandability diagramming library.The text was updated successfully, but these errors were encountered: