@expofp/floorplan
Version:
Interactive floor plan library for expos and events
7 lines • 421 B
TypeScript
/**
* Builds the kiosk icon canvas. If `kioskIconMap` provides a "kiosk" image,
* it's drawn at a size scaled by `iconSizePercent` (default 100%). Otherwise
* falls back to a generic arrow canvas tinted with the fallback color.
*/
export declare function createKioskCanvas(kioskIconMap: Map<string, HTMLImageElement> | undefined, iconSizePercent?: number): HTMLCanvasElement;
//# sourceMappingURL=kioskCanvas.d.ts.map