-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from iVis-at-Bilkent/unstable
Merge unstable to master
- Loading branch information
Showing
15 changed files
with
17,076 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"presets": ["env"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules | ||
npm-debug.log | ||
nbproject/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
node_modules | ||
npm-debug.log | ||
package-lock.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`, | ||
* `...` |
Oops, something went wrong.