@danielbiegler/vendure-plugin-blurry-image-lazy-loading
Version:
Generates image hashes for displaying blurry previews when loading images on the frontend.
13 lines (12 loc) • 623 B
TypeScript
/** @internal */
export declare const loggerCtx = "PluginPreviewImageHash";
/** @internal */
export declare const PLUGIN_INIT_OPTIONS: unique symbol;
/** Officially supported Vendure AssetServerPlugin formats */
export declare const SUPPORTED_IMG_TYPES: string[];
export declare const SUPPORTED_MIME_TYPES: string[];
export declare const CUSTOMFIELD_NAME = "previewImageHash";
export declare const DEFAULT_ENQUEUE_HASHING_AFTER_ASSET_CREATION = true;
export declare const DEFAULT_COLLECTION_PAGINATION = 50;
export declare const DEFAULT_DEDUPLICATE_ASSET_IDS = true;
export declare const DEFAULT_REGENERATE_HASHES = false;