Provides the perl runtime distribution of ExifTool to
node. As of version 10.38.0
, both testing and help
files are omitted, as they almost double the size of the package and more than
triple the number of files in the package.
See exiftool-vendored for performant, type-safe access to this binary.
This package exposes the version of ExifTool it vendors, and adds a patch number, if necessary, to follow SemVer.
- The
check-updates
workflow automatically detects new ExifTool versions and creates PRs - Update PRs use a
-pre
suffix during development (e.g.,13.26.0-pre
) - The
release
workflow removes the-pre
suffix when publishing to npm - Final npm package versions match the vendored ExifTool version exactly