UNPKG

@paroicms/server-image-cache-engine

Version:

The image variant engine that we use at Paroi.

7 lines (6 loc) 246 B
export declare const packageDir: string; export type AuthorizedSharpType = "jpeg" | "webp" | "png" | "gif"; export declare const authorizedMediaTypes: Set<string>; export declare const mediaTypeByExtensions: { [extension: string]: string; };