Skip to content

Commit 18b0dbd

Browse files
docs: updating docs with seed parameter
1 parent 56910f1 commit 18b0dbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/pages/cldimage/configuration.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,11 @@ a background, or an object, which can take the following options:
573573
type: 'string',
574574
example: () => (<code>cupcakes</code>),
575575
},
576+
{
577+
prop: 'seed',
578+
type: 'number',
579+
example: () => (<code>3</code>),
580+
},
576581
]}
577582
/>
578583

@@ -590,7 +595,8 @@ Customizing options:
590595
fillBackground={{
591596
crop: 'clpad',
592597
gravity: 'south',
593-
prompt: 'cupcakes'
598+
prompt: 'cupcakes',
599+
seed: 3
594600
}}
595601
```
596602

0 commit comments

Comments
 (0)