Skip to content
This repository was archived by the owner on May 16, 2025. It is now read-only.

Releases: IgorKowalczyk/image-forwarder

v1.1.0

05 Oct 20:16
65bce26

Choose a tag to compare

What's Changed

  • Added resizing options in 2c89985

Full Changelog: v1.0.1...v1.1.0

v1.0.1

03 Apr 21:36
0fe559f

Choose a tag to compare

What's Changed

  • Add Cache-Control header in 0fe559f

Full Changelog: v1.0.0...v1.0.1

v1.0.0

03 Apr 21:20
c7b5f6e

Choose a tag to compare

Initial release

🗜️ API Usage

GET https://image-forwarder.deno.dev/?url=${url}

Note:
The url parameter is required and must be a valid url to an image. Max size of the image is 10MB.

Parameter Type Description
url string URL to the image to forward (Required)

Full Changelog: https://github.com/IgorKowalczyk/image-forwarder/commits/v1.0.0