Hi,
I need to pass the -n2 option to neato.
I tried something like
$ dot-wasm -K neato -n2 pack.dot > out.svg
But I don't have the right result.
With graphviz I have this command :
$ neato -n2 pack.dot -Tsvg > out.svg
that gives :

If I don't pass the n2 option I have the wrong result ( same as dot-wasm -K neato -n2 pack.dot > out.svg)
$ neato pack.dot -Tsvg > out.svg

the input file:
pack.txt
thanks