- Full-featured monitoring dashboard for local web apps - Real-time status tracking with uptime percentages - Visual sparklines for status history - Add/Edit/Delete apps dynamically - Categories and color coding - Auto-refresh every 30 seconds - API endpoints for apps and status management
7 lines
236 B
JavaScript
7 lines
236 B
JavaScript
|
|
// `victory-vendor/d3-voronoi` (ESM)
|
|
// See upstream license: https://github.com/d3/d3-voronoi/blob/main/LICENSE
|
|
//
|
|
// Our ESM package uses the underlying installed dependencies of `node_modules/d3-voronoi`
|
|
export * from "d3-voronoi";
|