Node command line interface to check if an image file has EXIF data. It can be used in CI automation. Supports both JPG and WEBP image format
npm install -g has-exif-cli
has-exif-cli /path/to/FILE.JPG
To make sure your checked in jpg, webp and other image files dont have EXIF data included in them:
find ./ -name '*.jpg' | xargs --verbose has-exif-cli