UNPKG

svelobe

Version:

Beautiful, interactive world map visualizations for Svelte 5. Glowing nodes, animated networks, and real-time data overlays—made simple.

4 lines (3 loc) • 239 B
export { WorldMap } from './map/index.js'; export type { MapLocation, MapConnection, WorldMapConfig, ProjectedPoint, GeoFeature } from './map/index.js'; export { loadWorldTopology, stringToColor, calculateDistance } from './map/index.js';