From 4a2da943c2739a49d978bff283955a19711dd880 Mon Sep 17 00:00:00 2001 From: Max Franz Date: Mon, 13 Jan 2025 11:54:26 -0500 Subject: [PATCH] Add node-resizer to extensions list Ref: List extension : cytoscape-js-node-resizer #3312 --- documentation/md/extensions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/md/extensions.md b/documentation/md/extensions.md index 193f08e69..6a0fe295f 100644 --- a/documentation/md/extensions.md +++ b/documentation/md/extensions.md @@ -48,6 +48,7 @@ The extensions below are a curated list. To add your extension, [please submit * [`node-html-label`](https://github.com/kaluginserg/cytoscape-node-html-label) : Allows HTML to be specified as the labels for nodes. * [`node-edge-html-label`](https://github.com/laikmokashi/cytoscape-node-edge-html-label) : Allows HTML to be specified as the labels for nodes and edges. * [`node-resize`](https://github.com/iVis-at-Bilkent/cytoscape.js-node-resize) : A highly customisable node resizing extension with a traditional UI. + * [`node-resizer`](https://github.com/gxara/cytoscape-js-node-resizer) : A node resizing extension with zero dependencies. * [`noderesize`](https://github.com/curupaco/cytoscape.js-noderesize) : A minimalistic node resize control. * [`overlays`](https://github.com/sgratzl/cytoscape.js-overlays) : Overlays that shows bars, histograms, sparklines, binary sparklines, symbols (categorical data), or boxplots next to nodes. * [`panzoom`](https://github.com/cytoscape/cytoscape.js-panzoom) : A panzoom UI widget.