imagekit
Version:
Offical NodeJS SDK for ImageKit.io integration
5 lines (4 loc) • 314 B
TypeScript
/**
* @see {@link https://help.imagekit.io/en/articles/2434102-image-format-support-in-imagekit-for-resizing-compression-and-static-file-delivery}
*/
export declare type FileFormat = "jpg" | "png" | "gif" | "svg" | "webp" | "pdf" | "js" | "css" | "txt" | "mp4" | "webm" | "mov" | "swf" | "ts" | "m3u8" | string;