Get Started
caution
This is a Work in Progress
Crono Maps
To render maps, Crono uses MapLibre GL JS, an open-source library built on top of Mapbox GL JS.
To initialize a map, you must use Map Render:
import { MapRender } from "@matchplat/crono";
<MapRender />;