veg / phylotree.js

Interactive viewer of phylogenetic trees
http://phylotree.hyphy.org
MIT License
169 stars 72 forks source link

A question about rendering #463

Open pedrogiroldo opened 1 month ago

pedrogiroldo commented 1 month ago

I need to know if there's some way to get the svg of an tree 100% in backend using node.js. Without using DOM. Thanks!

stevenweaver commented 1 month ago

Dear @pedrogiroldo,

We don't currently have that implemented, as I believe it would require a headless browser dependency. I'll keep this issue open because I do think that would be a very nice feature to have, however.

Best, Steven