Skip to content

Commit 1238155

Browse files
authored
update readme
1 parent dc5a16b commit 1238155

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
This library is a layer on top of the the [next/image](https://nextjs.org/docs/api-reference/next/image) component, which allows you to load images from an [imgproxy](https://github.com/imgproxy/imgproxy) instance connected to an s3.
44

5+
## Requirements
6+
7+
This package requires **NodeJS version 15.7.0 or later**, due to the base64url encoding used to sign URLs which isn't available in earlier versions.
8+
59
## Sample Usage
610

711
> You can find additional examples in the [demo project](https://github.com/BitPatty/next-image-s3-imgproxy-loader/blob/master/example/pages/index.tsx).

0 commit comments

Comments
 (0)