ImageFormat

Signature

export declare enum ImageFormat {    JPEG = "jpeg",    PNG = "png",    WebP = "webp",    GIF = "gif",    Lottie = "json"}

Members

This export does not declare public properties or methods in the generated declaration file.