Skip to content

Commit 10f33fa

Browse files
dcpenaOxyjun
andauthored
Apply suggestions from code review
Co-authored-by: Jun Lee <[email protected]>
1 parent d5f5731 commit 10f33fa

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed
Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,21 @@
11
---
22
title: "Bind the Images API to your Worker"
33
description: >
4-
You can now interact with the Images API directly in your Worker with Image
5-
Bindings.
4+
You can now interact with the Images API directly in your Worker with Image Bindings.
65
date: 2025-02-21T12:00:00Z
76
---
87

9-
You can now [interact with the Images API](/images/transform-images/bindings/)
10-
directly in your Worker.
8+
You can now [interact with the Images API](/images/transform-images/bindings/) directly in your Worker.
119

12-
This allows more fine-grained control over transformation request flows and
13-
cache behavior. For example, you can resize, manipulate, and overlay images
14-
without requiring them to be accessible through a URL.
10+
This allows more fine-grained control over transformation request flows and cache behavior. For example, you can resize, manipulate, and overlay images without requiring them to be accessible through a URL.
1511

16-
The Images binding can be configured in the Cloudflare dashboard for your Worker
17-
or in the `wrangler.toml` file in your project's directory:
12+
The Images binding can be configured in the Cloudflare dashboard for your Worker or in the `wrangler.toml` file in your project's directory:
1813

1914
``` toml
2015
[images]
2116
binding = "IMAGES" # i.e. available in your Worker on env.IMAGES
2217
```
2318

2419
Within your Worker code, you can interact with this binding by using `env.IMAGES`.
20+
2521
For more information, refer to [Images Bindings](/images/transform-images/bindings/).

0 commit comments

Comments
 (0)