0.0.13 • Published 2 years ago

@tonyatpeking/graph-flow v0.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 corrupt
  • pnpm up -L Update dependencies to latest

Usage

import {App} from '@tonyatpeking/graph-flow';

Commands

  • pnpm run build - Build the project in lib mode, code in lib. Outputs to dist folder. After this library will be ready to be published to npm.
  • pnpm run dev - Start the development server. Entry point is index.html. Code is in src folder. These files will not be published to npm.
  • pnpm run pub publish to npm. https://www.npmjs.com/package/@tonyatpeking/graph-flow
0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago