UNPKG

gatsby-plugin-utils

Version:
4 lines (3 loc) 231 B
export type ImageFormat = "jpg" | "png" | "webp" | "avif" | "auto"; export declare function getImageFormatFromMimeType(mimeType: string): ImageFormat; export declare function getFileExtensionFromMimeType(mimeType: string): string;