UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

2 lines (1 loc) 361 B
import{buildExpofpUrl as r,UTM_CAMPAIGNS as t}from"./expofpUrl";export const FREE_BANNER_STORAGE_KEY="free-dismissed5";export function readFreeBannerDismissed(e){return e.getItem(FREE_BANNER_STORAGE_KEY)!==null}export function writeFreeBannerDismissed(e){e.setItem(FREE_BANNER_STORAGE_KEY,"1")}export function buildFreeBannerCtaUrl(){return r(t.SUBDOMAIN_CTA)}