UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 162 B
import{getWfData as e}from"../../data/fp-payloads";export function createGraphDataSource(){return{getLines:()=>e()?.lines??[],getLineEnds:()=>e()?.lineEnds??[]}}