Skip to content

Commit 9bc6ca6

Browse files
authored
add missing blur transformation in example (#20544)
1 parent 1781ba3 commit 9bc6ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/images/transform-images/bindings.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ const response = (
6060
await env.IMAGES.input(stream)
6161
.transform({ rotate: 90 })
6262
.transform({ width: 128 })
63+
.transform({ blur: 20 })
6364
.output({ format: "image/avif" })
6465
).response();
6566

0 commit comments

Comments
 (0)