Skip to content

Commit 45b14f5

Browse files
authored
remove node version requirement
1 parent 766b479 commit 45b14f5

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
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-
95
## Sample Usage
106

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

package-lock.json

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"scripts": {
88
"build": "rimraf dist && rollup -c"
99
},
10-
"engines": {
11-
"node": ">=15.7.0"
12-
},
1310
"repository": {
1411
"type": "git",
1512
"url": "https://github.com/BitPatty/next-image-s3-imgproxy-loader.git"

0 commit comments

Comments
 (0)