Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nounder/cloudflare-image-proxy
https://github.com/nounder/cloudflare-image-proxy
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nounder/cloudflare-image-proxy
- Owner: nounder
- Created: 2023-07-12T14:13:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-12T14:13:50.000Z (over 1 year ago)
- Last Synced: 2024-08-27T01:42:13.274Z (3 months ago)
- Language: TypeScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cloudflare Image Proxy
A Cloudflare Worker replicating [Cloudflare Image Resizing API][0]
with support for large images.## How does it work?
All requests are compatible with Cloudflare Image Resizing [URL format][1].
In case of images bigger than 100 megapixels, request will be [redirected][2] to
original resource to avoid [9413 error][3].[0]: https://developers.cloudflare.com/images/image-resizing/
[1]: https://developers.cloudflare.com/images/image-resizing/url-format/
[2]: https://developers.cloudflare.com/images/image-resizing/resize-with-workers/#onerrorredirect
[3]: https://developers.cloudflare.com/images/image-resizing/troubleshooting/## Development
Follow standard Wrangler workflow. For more:
```
npx wrangler --help
```