Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ previews accordingly, as well as appending copyright information to photos using
> will install _exiftool_ distribution appropriate for your platform. See below
> for details about how to use `node-exiftool` with `dist-exiftool`.

## Install

**You must have `exiftool` installed and included on your $PATH env variable**

MacOS ([homebrew](https://brew.sh/) computer club is where Apple was founded)
```
brew install exiftool
yarn add node-exiftool
```

## Usage

The module spawns an exiftool process with `-stay_open True -@ -` arguments, so
Expand Down