Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ right inside of Svelte.
),
},
{
prop: 'fillBackground (Beta)',
prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
Expand Down Expand Up @@ -445,10 +445,6 @@ crop={{

#### `enhance`

:::tip
Generative Enhance is currently in beta.
:::

Uses generative AI to enhance the visual appeal of an image.

The `enhance` prop can be used as a boolean.
Expand All @@ -463,10 +459,6 @@ enhance;

#### `fillBackground`

:::tip
Generative Fill is currently in beta.
:::

Automatically fills the padded area using generative AI to extend the image seamlessly.

The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
Expand Down Expand Up @@ -552,9 +544,6 @@ loop;

#### `recolor`

:::tip
Generative Recolor is currently in beta.
:::

Uses generative AI to recolor parts of your image, maintaining the relative shading.

Expand Down Expand Up @@ -621,10 +610,6 @@ recolor={{

#### `remove`

:::tip
Generative Remove is currently in beta.
:::

Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.

The `remove` prop can either be a string, an array, or an object with the following options:
Expand Down Expand Up @@ -735,10 +720,6 @@ removeBackground;

#### `replace`

:::tip
Generative Replace is currently in beta.
:::

Uses generative AI to replace parts of your image with something else.

The `replace` prop can either be an array with the objects to be replaced or an object
Expand Down Expand Up @@ -800,10 +781,6 @@ replace={{

#### `replaceBackground`

:::tip
Generative Replace Background is currently in beta.
:::

Uses generative AI to replace the background of your image.

The `replaceBackground` prop can be a boolean, string, or object
Expand Down Expand Up @@ -865,10 +842,6 @@ replaceBackground={{

#### `restore`

:::tip
Generative Restore is currently in beta.
:::

Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.

The `restore` prop can be used as a boolean.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ right inside of Svelte.
),
},
{
prop: 'fillBackground (Beta)',
prop: 'fillBackground',
type: 'boolean | object',
default: '-',
example: () => <code>{`{{ gravity: 'east' }}`}</code>,
Expand Down Expand Up @@ -416,10 +416,6 @@ crop: {

#### `enhance`

:::tip
Generative Enhance is currently in beta.
:::

Uses generative AI to enhance the visual appeal of an image.

The `enhance` prop can be used as a boolean.
Expand All @@ -434,10 +430,6 @@ enhance: true;

#### `fillBackground`

:::tip
Generative Fill is currently in beta.
:::

Automatically fills the padded area using generative AI to extend the image seamlessly.

The `fillBackground` prop can either be a boolean, which will use a set of safe defaults to produce
Expand Down Expand Up @@ -523,10 +515,6 @@ loop: true;

#### `recolor`

:::tip
Generative Recolor is currently in beta.
:::

Uses generative AI to recolor parts of your image, maintaining the relative shading.

The `recolor` prop can either be an array with the objects to be replaced or an object
Expand Down Expand Up @@ -592,10 +580,6 @@ recolor: {

#### `remove`

:::tip
Generative Remove is currently in beta.
:::

Uses generative AI to remove unwanted parts of your image, replacing the area with realistic pixels.

The `remove` prop can either be a string, an array, or an object with the following options:
Expand Down Expand Up @@ -706,10 +690,6 @@ removeBackground: true;

#### `replace`

:::tip
Generative Replace is currently in beta.
:::

Uses generative AI to replace parts of your image with something else.

The `replace` prop can either be an array with the objects to be replaced or an object
Expand Down Expand Up @@ -771,10 +751,6 @@ replace: {

#### `replaceBackground`

:::tip
Generative Replace Background is currently in beta.
:::

Uses generative AI to replace the background of your image.

The `replaceBackground` prop can be a boolean, string, or object
Expand Down Expand Up @@ -836,10 +812,6 @@ replaceBackground: {

#### `restore`

:::tip
Generative Restore is currently in beta.
:::

Uses generative AI to restore details in poor quality images or images that may have become degraded through repeated processing and compression.

The `restore` prop can be used as a boolean.
Expand Down