Skip to content

Commit

Permalink
Merge pull request #1 from iVis-at-Bilkent/unstable
Browse files Browse the repository at this point in the history
Merge unstable to master
  • Loading branch information
hasanbalci authored Apr 12, 2019
2 parents 37175b3 + 4da62ba commit 6ec476c
Show file tree
Hide file tree
Showing 15 changed files with 17,076 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
npm-debug.log
nbproject/*
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
npm-debug.log
package-lock.json
26 changes: 25 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# cose-base
# cose-base

## Description

This is a core module for compound spring embedder based layout styles such as CoSE-Bilkent, fCoSE, and CiSE.

## Dependencies

* layout-base ^1.0.0

## Usage instructions

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

`require()` in the extension to reach functionality:

* `var CoSEConstants = require('cose-base').CoSEConstants`,
* `var CoSELayout = require('cose-base').CoSELayout`,
* `...`

To reach functionality of `layout-base`:

* `var Integer = require('cose-base').layoutBase.Integer`,
* `var Layout = require('cose-base').layoutBase.Layout`,
* `...`
Loading

0 comments on commit 6ec476c

Please sign in to comment.