Add sharp for image processing

This commit is contained in:
2026-08-01 18:47:54 -04:00
parent b479748cf4
commit 3e79cc1f31
+2 -1
View File
@@ -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"
}
}