@tonyatpeking/graph-flow
v0.0.13
Published
JavaScript client-side library for graph (data structure) rendering and animation
Downloads
4
Maintainers
Readme
graph-flow
JavaScript client-side library for graph (data structure) rendering and animation
Installation
pnpm i @tonyatpeking/graph-flow
pnpm rebuild
Rebuild if node-modules is corruptpnpm up -L
Update dependencies to latest
Usage
import {App} from '@tonyatpeking/graph-flow';
Commands
pnpm run build
- Build the project in lib mode, code inlib
. Outputs todist
folder. After this library will be ready to be published to npm.pnpm run dev
- Start the development server. Entry point isindex.html
. Code is insrc
folder. These files will not be published to npm.pnpm run pub
publish to npm. https://www.npmjs.com/package/@tonyatpeking/graph-flow