From b2efe3eab3706c0bb7f934bec61d1c3bda36a8f9 Mon Sep 17 00:00:00 2001 From: Danny Fischer <3680694+dannyfischer@users.noreply.github.com> Date: Tue, 30 Dec 2025 14:48:46 +0100 Subject: [PATCH] docs(images/transform): add missing `image` parameter to `segment` example --- src/content/partials/images/segment.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/partials/images/segment.mdx b/src/content/partials/images/segment.mdx index c4618818db1c53..7620829cb89430 100644 --- a/src/content/partials/images/segment.mdx +++ b/src/content/partials/images/segment.mdx @@ -15,7 +15,7 @@ Automatically isolates the subject of an image by replacing the background with ```js - cf: {segment: "foreground"} + cf: {image: {segment: "foreground"}} ``` - \ No newline at end of file +