You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/cldimage/examples.mdx
+4-15Lines changed: 4 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -287,9 +287,6 @@ import { CldImage } from 'astro-cloudinary';
287
287
```
288
288
</CodeBlock>
289
289
290
-
:::tip
291
-
The generative fill transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
292
-
:::
293
290
294
291
### Generative Recolor
295
292
@@ -332,9 +329,7 @@ import { CldImage } from 'astro-cloudinary';
332
329
```
333
330
</CodeBlock>
334
331
335
-
:::tip
336
-
The generative recolor transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
337
-
:::
332
+
338
333
339
334
### Generative Remove
340
335
@@ -384,9 +379,7 @@ import { CldImage } from 'astro-cloudinary';
384
379
```
385
380
</CodeBlock>
386
381
387
-
:::tip
388
-
The generative remove transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
389
-
:::
382
+
390
383
391
384
### Generative Replace
392
385
@@ -430,9 +423,7 @@ import { CldImage } from 'astro-cloudinary';
430
423
```
431
424
</CodeBlock>
432
425
433
-
:::tip
434
-
The generative replace transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
435
-
:::
426
+
436
427
437
428
### Generative Replace Background
438
429
@@ -475,9 +466,7 @@ import { CldImage } from 'astro-cloudinary';
475
466
```
476
467
</CodeBlock>
477
468
478
-
:::tip
479
-
The generative replace background transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace">Learn more</a>.
Copy file name to clipboardExpand all lines: docs/src/content/docs/getcldimageurl/examples.mdx
+5-15Lines changed: 5 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -290,9 +290,7 @@ const url = getCldImageUrl({
290
290
```
291
291
</CodeBlock>
292
292
293
-
:::tip
294
-
The generative fill transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#b_gen_fill">Learn more</a>.
295
-
:::
293
+
296
294
297
295
### Generative Recolor
298
296
@@ -334,9 +332,7 @@ const url = getCldImageUrl({
334
332
```
335
333
</CodeBlock>
336
334
337
-
:::tip
338
-
The generative recolor transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
339
-
:::
335
+
340
336
341
337
### Generative Remove
342
338
@@ -387,9 +383,7 @@ const url = getCldImageUrl({
387
383
```
388
384
</CodeBlock>
389
385
390
-
:::tip
391
-
The generative remove transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
392
-
:::
386
+
393
387
394
388
### Generative Replace
395
389
@@ -436,9 +430,7 @@ const url = getCldImageUrl({
436
430
```
437
431
</CodeBlock>
438
432
439
-
:::tip
440
-
The generative replace transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_replace">Learn more</a>.
441
-
:::
433
+
442
434
443
435
### Generative Replace Background
444
436
@@ -481,9 +473,7 @@ const url = getCldImageUrl({
481
473
```
482
474
</CodeBlock>
483
475
484
-
:::tip
485
-
The generative replace background transformation is currently in Beta. <ahref="https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace">Learn more</a>.
Copy file name to clipboardExpand all lines: docs/src/content/docs/guides/background-removal.mdx
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -162,9 +162,6 @@ Use `underlay: "<Your Public ID>"` to specify an image to use as a background.
162
162
163
163
Use `replaceBackground="<prompt>"` for an AI-generated prompt-based background.
164
164
165
-
:::note
166
-
The generative replace background transformation is currently in Beta. [Learn more](https://cloudinary.com/documentation/transformation_reference#e_gen_background_replace).
0 commit comments