UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

10 lines 589 B
/** * efp-side wayfinding facade — the single entry the floorplan app imports from * (stores, mount points). Re-exports the bootstrap (`createWayfinding`), the * runtime facade (`isWayfindingReady`), and the glue endpoint helpers. */ export { boothToEndpoint, CURRENT_LOCATION_NAME, CURRENT_POSITION_POINT_ID, KIOSK_ANCHOR_POINT_ID, toArbitraryPoint, } from './adapters'; export { buildRoute } from './createWayfinding'; export { createWayfinding, isWayfindingReady } from './createWayfinding'; export type { RouteLine } from '@expofp/wayfinding'; //# sourceMappingURL=index.d.ts.map