From a626fb23e553f03cb2639e4662999d7606a9cbd5 Mon Sep 17 00:00:00 2001 From: Ihor Bodnarchuk Date: Sun, 19 Feb 2023 17:42:27 -0600 Subject: [PATCH] Update README.md (#1203) * Update README.md added https://github.com/jimp-dev/jimp/issues/153 to readme for awareness * Update README.md --------- Co-authored-by: Andrew Lisowski --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 07ff6dd62..b026fbf33 100755 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ > > As of v0.10.4, core-js is no longer included with jimp or its extensions. If you rely on core-js, install it with either `yarn add core-js` or `npm i core-js` +> ## Read before installing +> +> Please be aware that Jimp is built on JavaScript implementations of image formats so in some cases that might [allocate a lot of memory](https://github.com/jimp-dev/jimp/issues/153) before using. + ## Installation Installation: `npm install --save jimp`