@expofp/floorplan
Version:
Interactive floor plan library for expos and events
2 lines (1 loc) • 312 B
JavaScript
import{CURRENT_POSITION_POINT_ID as I}from"../runtime/positionView";export const CURRENT_LOCATION_NAME="Your Location";export{I as CURRENT_POSITION_POINT_ID};export const KIOSK_ANCHOR_POINT_ID="kiosk-anchor";export function toArbitraryPoint(r,o,t){return{id:t,x:r.x,y:r.y,layer:r.z!=null?String(r.z):"",name:o}}