pointlinejs
v1.0.20
Published
JavaScipt library for visualization of tree diagrams
Maintainers
Readme
PointlineJS
PointlineJS is an SVG based JS library for drawing tree diagrams. It relies on Treant-JS, Raphael for handling SVG and animations, JQuery.
Build status
Quick start
- clone repository with command:
$ git clone https://github.com/egor-progger/pointlinejs-quick-start- to run this example you need to install some dependencies:
$ cd pointlinejs-quick-start
$ npm install- start local web-server:
$ npx webpack serve- open in browser address http://localhost:9001
For Docs, Examples, and everything else see: https://egor-progger.github.io/pointlinejs/documentation/
Development
Requirements
Node version: minimum 20.18.1
How to compile sources
npx webpack --config webpack.config.js
How to run dev-server for debugging
npm run start- open
http://localhost:9000/documentation/in browser
