UNPKG
webcola
Version:
latest (3.4.0)
3.4.0
3.3.9
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.0
3.1.3
3.1.2
0.1.1
0.1.0
WebCola =======
github.com/tgdwyer/WebCola
tgdwyer/WebCola
webcola
/
dist
/
src
/
handledisconnected.d.ts
3 lines
(2 loc)
•
216 B
TypeScript
View Raw
1
2
3
export
declare
function
applyPacking
(
graphs
:
Array
<
any
>,
w
:
any
,
h
:
any
,
node_size
:
any
,
desired_ratio
?:
number
,
centerGraph
?:
boolean
):
void
;
export
declare
function
separateGraphs
(
nodes
:
any
,
links
:
any
):
any
[];