mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: add EditMetadataOptions type and exif-reader dep to image-engine
This commit is contained in:
@@ -63,6 +63,17 @@ export interface StripMetadataOptions {
|
||||
stripAll?: boolean;
|
||||
}
|
||||
|
||||
export interface EditMetadataOptions {
|
||||
artist?: string;
|
||||
copyright?: string;
|
||||
imageDescription?: string;
|
||||
software?: string;
|
||||
dateTime?: string;
|
||||
dateTimeOriginal?: string;
|
||||
clearGps?: boolean;
|
||||
fieldsToRemove?: string[];
|
||||
}
|
||||
|
||||
export interface BrightnessOptions {
|
||||
value: number; // -100 to +100
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user