@micrio/tiler-base
Version:
The base Micrio client-side tiler package used by the Micrio CLI and GUI tools
4 lines (3 loc) • 303 B
TypeScript
import { FormatType, ImageInfo } from '../types.js';
/** Generate a single preloader .bin file containing omni/album image thumbnails */
export declare function getArchiveBin(outDir: string, format: FormatType, containerId: string, entries: [string, ImageInfo][], omniId?: string): Promise<Uint8Array>;