mirror of
https://github.com/Afilmory/afilmory
synced 2026-05-01 02:06:44 +00:00
feat: migrate from exif-reader to exiftool-vendored and update EXIF handling
- Replaced `exif-reader` with `exiftool-vendored` for improved EXIF data processing. - Updated related components to utilize the new `PickedExif` type for better type safety. - Refactored EXIF data extraction and formatting logic to align with the new library's structure. - Removed deprecated dependencies and cleaned up related code for better maintainability. Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
"./types": "./src/types.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"exif-reader": "2.0.2",
|
||||
"fuji-recipes": "1.0.2"
|
||||
"@afilmory/builder": "workspace:*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user