UNPKG

@expofp/floorplan

Version:

Interactive floor plan library for expos and events

11 lines 743 B
import { RendererService } from "../../../../renderer"; import type { Booth } from "../../../../store/BoothStore"; import type { Layer } from "../../../../store/LayerStore"; import { Img } from "../../../../utils/imageloader"; import { ImageUrls } from "../../../../utils/loadImagesInBatches"; export declare function loadLayersImages(rendererService: RendererService): Promise<void>; export declare const getImageLayerName: (layerName: string) => string; export declare function mapBoothsLogos(booths: Booth[]): Map<number, ImageUrls>; export declare function getLayerIcons(layer: Layer): SVGImageElement[]; export declare function createBoothImg(booth: Booth, htmlImage: HTMLImageElement): Img; //# sourceMappingURL=loadBoothsImages.d.ts.map