chrono-phylo-tree 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -6,6 +6,15 @@ The **chrono-phylo-tree** is a JavaScript/TypeScript library designed to visuali
|
|
6
6
|
|
7
7
|
This documentation provides a detailed explanation of the core components and classes used in the application, including the `Species` class, which represents individual species in the tree, and the `PhTree` and `Menu` components, which handle the visualization and user interaction with the tree.
|
8
8
|
|
9
|
+
### Try It Out
|
10
|
+
|
11
|
+
You can test and explore the functionality of the chrono-phylo-tree library by visiting the following [page](https://phylotree.netlify.app/). This interactive demo allows you to experiment with the library's features, visualize phylogenetic trees, and see how the components work in real-time.
|
12
|
+
|
13
|
+
### Updates
|
14
|
+
|
15
|
+
- The duration of the species must be greater than 0
|
16
|
+
- Menu doesn't close when a function throws error
|
17
|
+
|
9
18
|
### Key Features
|
10
19
|
|
11
20
|
- **Species Management**: The `Species` class allows you to define species, manage their ancestors and descendants, and calculate properties such as extinction time and duration.
|