graphology-library
TypeScript icon, indicating that this package has built-in type declarations

0.8.0 • Public • Published

Graphology Aggregated Standard Library

A npm package gathering every library from the graphology ecosystem.

Installation

npm install graphology-library

Usage

The whole list of graphology packages included in this collected library can be found here.

You can import packages using the documented examples of each package or thusly:

// Importing a sub package
import * as metrics from 'graphology-library/metrics';

metrics.density(graph);

// Importing parts of the library
import {metrics, layout} from 'graphology-library';

// Importing the whole library
import * as lib from 'graphology-library';

Package Sidebar

Install

npm i graphology-library

Weekly Downloads

76

Version

0.8.0

License

MIT

Unpacked Size

2.7 MB

Total Files

48

Last publish

Collaborators

  • yomguithereal