@resee-movies/utilities - v0.8.0
    Preparing search index...

    Type Alias MediaAssetTransformConfig

    Config that can be provided to the Directus CMS for manipulating image assets.

    type MediaAssetTransformConfig = {
        fit?: "cover" | "contain" | "inside" | "outside";
        format?: "auto" | "jpg" | "png" | "webp" | "tiff";
        height?: number;
        quality?: number;
        width?: number;
        withoutEnlargement?: boolean;
    }
    Index

    Properties

    fit?: "cover" | "contain" | "inside" | "outside"
    format?: "auto" | "jpg" | "png" | "webp" | "tiff"
    height?: number
    quality?: number
    width?: number
    withoutEnlargement?: boolean