veg / phylotree.js

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

TS types #445

Open pedrogiroldo opened 9 months ago

pedrogiroldo commented 9 months ago

Does someone have the TS types for this?

stevenweaver commented 9 months ago

Hi @pedrogiroldo,

Unfortunately phylotree was never developed with typescript. We can support it though (I use typescript extensively in new projects).

Best, Steven

pedrogiroldo commented 9 months ago

Okay 😀, I'm doing a react component with the tree for my project, and I'll probably write using JSX instead of TSX, but, if I write the TS types, I’ll help!