UNPKG

has-exif-cli

Version:

Checks if an image file has EXIF data. Available as CLI. Can be used in CI automation. Supports both JPG and WEBP image format

21 lines (20 loc) 427 B
{ "env": { "es6": true, "node": true }, "extends": ["eslint:recommended", "google"], "globals": { "Atomics": "readonly", "SharedArrayBuffer": "readonly", "it": true, "describe": true }, "parserOptions": { "ecmaVersion": 2018 }, "rules": { "max-len": ["error", {"code": 120}], "indent": ["error", 4] } }