From 3e79cc1f31010ad4dd548a257175912347e776c7 Mon Sep 17 00:00:00 2001 From: krisf Date: Sat, 1 Aug 2026 18:47:54 -0400 Subject: [PATCH] Add sharp for image processing --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8bc785c..d97693e 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "express": "^4.21.0", "multer": "^1.4.5-lts.1", "uuid": "^10.0.0", - "cors": "^2.8.5" + "cors": "^2.8.5", + "sharp": "^0.33.5" } }