cytoscape-js-node-resizer 1.0.1 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,10 +2,11 @@
|
|
|
2
2
|
## Zero dependency extension for Cytoscape.js that adds node resizing functionality.
|
|
3
3
|
|
|
4
4
|
A replacement for [cytoscape.js-noderesize](https://github.com/jhonatandarosa/cytoscape.js-noderesize)
|
|
5
|
-
and [cytoscape.js-node-editing](https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing) that requires neither jQuery nor Konva
|
|
5
|
+
and [cytoscape.js-node-editing](https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing) that requires neither jQuery nor Konva.
|
|
6
6
|
|
|
7
7
|

|
|
8
8
|
|
|
9
|
+
This package was created and maintained by [NodeLand team](https://nodeland.io). A whiteboard solution that is heavy dependant on Cytoscape to represent notes as nodes in the canvas.
|
|
9
10
|
|
|
10
11
|
## Installation
|
|
11
12
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
+
|
|
2
3
|
"name": "cytoscape-js-node-resizer",
|
|
3
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.3",
|
|
4
5
|
"description": "A zero dependency extension for Cytoscape.js that adds node resizing functionality.",
|
|
5
6
|
"main": "resizeHandler.js",
|
|
6
7
|
"scripts": {
|
|
@@ -16,4 +17,4 @@
|
|
|
16
17
|
"url": "https://github.com/gxara/cytoscape-js-node-resizer/issues"
|
|
17
18
|
},
|
|
18
19
|
"homepage": "https://github.com/gxara/cytoscape-js-node-resizer#readme"
|
|
19
|
-
}
|
|
20
|
+
}
|