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>
18 lines
405 B
JSON
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"
|
|
}
|
|
}
|