@umbraco-cms/backoffice

    Function getProcessedImageUrl

    • Returns the URL of the processed image.

      Parameters

      • imagePath: string

        The path to the image.

      • options:
            | undefined
            | {
                height?: number;
                id?: string[];
                mode?: ImageCropModeModel;
                width?: number;
            }

        The options for resizing the image.

      Returns Promise<string>

      The URL of the processed image.

    MMNEPVFCICPMFPCPTTAAATR