PointlineJS is an SVG based JS library for drawing tree diagrams. It relies on Treant-JS, Raphael for handling SVG and animations, JQuery.
$ git clone https://github.com/egor-progger/pointlinejs-quick-start
$ cd pointlinejs-quick-start
$ npm install
$ npx webpack serve
For Docs, Examples, and everything else see: https://egor-progger.github.io/pointlinejs/documentation/
Node version: minimum 20.18.1
npx webpack --config webpack.config.js
npm run start
http://localhost:9000/documentation/
in browserGenerated using TypeDoc