layout-base
Basic layout model and some utilities for Cytoscape.js layout extensions
Last updated 5 years ago by ivisatbilkent .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install layout-base 
SYNC missed versions from official npm registry.

layout-base

Description

This repository implements a basic layout model and some utilities for Cytoscape.js layout extensions.

Usage instructions

Add layout-base as a dependecy to your layout extension.

require() in the extension to reach functionality:

  • var Integer = require(layout-base).Integer,
  • var Layout = require(layout-base).Layout,
  • ...

For a usage example, see cose-base or avsdf-base.

Current Tags

  • 2.0.1                                ...           latest (5 years ago)

5 Versions

  • 2.0.1                                ...           5 years ago
  • 2.0.0                                ...           5 years ago
  • 1.0.2                                ...           6 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (15)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |