UNPKG

photoeditorsdk

Version:

The most comprehensive photo editor SDK for HTML5

11 lines (10 loc) 234 B
export declare enum ImageMimeType { BMP = "image/bmp", GIF = "image/gif", ICO = "image/x-icon", JPEG = "image/jpeg", PNG = "image/png", SVG = "image/svg+xml", TIFF = "image/tiff", WEBP = "image/webp" }