From 151f8b8b0e409b112c806927250d5f578f0f6805 Mon Sep 17 00:00:00 2001 From: Heiner Lohaus Date: Mon, 12 Feb 2024 12:08:08 +0100 Subject: Add variant example --- docs/cat.webp | Bin 0 -> 5876 bytes docs/client.md | 6 ++++++ 2 files changed, 6 insertions(+) create mode 100644 docs/cat.webp (limited to 'docs') diff --git a/docs/cat.webp b/docs/cat.webp new file mode 100644 index 00000000..29c13f59 Binary files /dev/null and b/docs/cat.webp differ diff --git a/docs/client.md b/docs/client.md index 1201a83d..deb5b0ba 100644 --- a/docs/client.md +++ b/docs/client.md @@ -68,4 +68,10 @@ response = client.images.create_variation( image_url = response.data[0].url ``` +Orginal: +[![Image with cat](/docs/cat.jpeg)](/docs/client.md) + +Variant: +[![Image with cat](/docs/cat.webp)](/docs/client.md) + [to Home](/docs/client.md) -- cgit v1.2.3