Files
Andrei 58f8093689 Rebrand from 'Redirect Intelligence v2' to 'URL Tracker Tool V2' throughout UI
- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
2025-08-19 19:12:23 +00:00

689 B

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,
  • ...