Compress and resize photos on upload via sharp

Buffer upload → auto-rotate (EXIF) → resize to 1800px max → JPEG 82% progressive. Typical phone photo drops from 4-8 MB to ~200-400 KB. sharp prebuilt binaries include libvips so no Alpine package changes needed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-22 10:48:24 +00:00
parent ca006f9aea
commit 4ab9eb4035
2 changed files with 21 additions and 14 deletions

View file

@ -15,6 +15,7 @@
"jose": "^5.9.6",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
"sharp": "^0.33.0",
"web-push": "^3.6.7"
}
}