Files
PostConvert/package.json
Matthew Jackson d263bec6bb Show removed metadata in strip UI after download
Extracts EXIF, ICC, IPTC, XMP metadata before stripping and displays
it in a card below the drop zone — camera make/model, GPS, date taken,
lens, exposure settings, etc. GPS location gets a warning highlight.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-13 18:01:42 -07:00

18 lines
405 B
JSON

{
"name": "postconvert",
"version": "1.0.0",
"description": "Robust image and PDF to JPEG conversion service with HEIC fallback and page-by-page PDF ZIP output",
"type": "module",
"private": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"archiver": "^6.0.2",
"exif-reader": "^2.0.3",
"express": "^4.19.2",
"libheif-js": "^1.18.0",
"sharp": "^0.33.5"
}
}