Skip to content

Commit

Permalink
aggregate all APP\dTags interfaces to APPTags
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jul 21, 2024
1 parent 174b21a commit c15d99b
Show file tree
Hide file tree
Showing 3 changed files with 446 additions and 469 deletions.
14 changes: 2 additions & 12 deletions src/ExifTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,7 @@ import { ShortcutTags } from "./ShortcutTags"
import { blank, notBlank } from "./String"
import { Struct } from "./Struct"
import {
APP12Tags,
APP14Tags,
APP1Tags,
APP4Tags,
APP5Tags,
APP6Tags,
APPTags,
CompositeTags,
EXIFTags,
ExifToolTags,
Expand Down Expand Up @@ -105,12 +100,7 @@ export {
} from "./Timezones"
export { DefaultWriteTaskOptions } from "./WriteTask"
export type {
APP12Tags,
APP14Tags,
APP1Tags,
APP4Tags,
APP5Tags,
APP6Tags,
APPTags,
AdditionalWriteTags,
// For backwards compatibility:
IPTCApplicationRecordTags as ApplicationRecordTags,
Expand Down
Loading

0 comments on commit c15d99b

Please sign in to comment.