UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

7 lines (5 loc) 361 B
// Native SDK compatibility placeholder. // WKWebView evaluates JS (via estimatedProgress) before async module scripts finish, // so ___fp.ready must exist early for the native bridge to attach .then() handlers. // Resolved by load() when the real FloorPlan instance is ready. window.___fp = { ready: new Promise(function (r) { window.___fpResolve = r; }) };