- A Cloudflare Worker application which serves patched version of imageproxy.
- This proxy worker supports:
- Resizing image
- Cropping image
- Convert image to jpeg / png
- Caching is not supported.
- Clone this repo and run dev server.
- Open URLs with supported ParseOptions.
This project requires these tools to be installed globally.
- Node.js
- Go 1.22.3
- At first, please run
npm i
.
npm run dev # run dev server
npm run deploy # deploy worker
- Type definitions from
npm i -D @syumai/go-image-proxy-worker
is available. - See: cached-image-proxy example.
syumai
MIT