{"library":"cytoscape-fcose","install":[{"cmd":"npm install cytoscape-fcose","imports":["import fcose from 'cytoscape-fcose';\n// then register with cytoscape\ncy.use(fcose);","const fcose = require('cytoscape-fcose');\n// then register with cytoscape\ncy.use(fcose);","import cytoscape, { LayoutOptions } from 'cytoscape';\n// then use:\nconst options: LayoutOptions = { name: 'fcose', ... };"]},{"cmd":"yarn add cytoscape-fcose","imports":[]},{"cmd":"pnpm add cytoscape-fcose","imports":[]}]}