UNPKG

react-phylogeny-tree-gl

Version:

React integration of phylocanvas.gl. Component and hook for phylogenetic tree visualistion.

9 lines 654 B
import { plugins as phylocanvasPlugins } from '@phylocanvas/phylocanvas.gl'; import { createOnRedrawReRootTreePlugin } from './createPluginOnRedrawReRootTree'; import { createOnSelectPlugin } from './createPluginOnSelect'; import { createOnViewSubtreePlugin } from './createPluginOnViewSubtree'; import { onClickHighlightOffsprings } from './onClickHighlightOffsprings'; import { createRedoUndoPlugin } from './redoUndo'; const scalebar = phylocanvasPlugins.scalebar; export { createOnSelectPlugin, createOnViewSubtreePlugin, createOnRedrawReRootTreePlugin, onClickHighlightOffsprings, createRedoUndoPlugin, scalebar, }; //# sourceMappingURL=index.js.map