pointlinejs
    Preparing search index...

    pointlinejs

    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

    Node.js Package NPM Downloads NPM Version Static Badge Quick start example

    Quick start

    1. clone repository with command:
    $ git clone https://github.com/egor-progger/pointlinejs-quick-start
    
    1. to run this example you need to install some dependencies:
    $ cd pointlinejs-quick-start
    $ npm install
    1. start local web-server:
    $ npx webpack serve
    
    1. open in browser address http://localhost:9001

    For Docs, Examples, and everything else see: https://egor-progger.github.io/pointlinejs/documentation/

    Development

    Node version: minimum 20.18.1

    npx webpack --config webpack.config.js

    1. npm run start
    2. open http://localhost:9000/documentation/ in browser