A simple CLI tool to extract image metadata from image files including JPG, PNG, HEIC, and more.
To use the tool without installing it globally, you can use npx
:
npx metapeek /path/to/your/image.jpg
If you don't provide a path, the tool will prompt you to enter one:
npx metapeek
Then, follow the on-screen prompts.
Contributions are welcome! Please create an issue or open a pull request with your changes.
MIT License. See the LICENSE file for details.