UNPKG

dist-exiftool

Version:

Platform-dependent distribution of exiftool.

2 lines (1 loc) 98 B
module.exports = process.platform === 'win32' ? require('exiftool.exe') : require('exiftool.pl');