@deep/nest-kit
    Preparing search index...

    Enumeration ImageRenditionType

    Image rendition type. Used for image optimization Each type has different size

    Index

    Enumeration Members

    Enumeration Members

    MAIN: "MAIN"

    Main image rendition (webp)

    MAIN_2X: "MAIN_2X"

    Main image rendition for retina displays (webp)

    MAIN_LEGACY: "MAIN_LEGACY"

    Main image rendition for old browsers without webp support (jpeg)

    ORIGINAL: "ORIGINAL"

    Original image rendition uploaded by user

    SMALL: "SMALL"

    Small image rendition for thumbnail (webp)