Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
npm i --save node-exiftool
# Install the exiftool library, if you don't already have it installed:
npm i --save dist-exiftool

The examples below use JavaScript require to import the module. Please note that in TypeScript, the module should be imported like this:

Code Block
import exiftool from "node-exiftool";

On this page:

Table of Contents
minLevel2
maxLevel6
include
outlinefalse
indent
exclude
typelist
class
printablefalse

...