How to use exifr - 2 common examples

To help you get started, we’ve selected a few exifr examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github mattburns / exiftool.js / test / testWithNode.js View on Github external
var extractExifUsingRedaktor = function(imgFile, callback) {
        new Redaktor({ image : imgFile }, createNodeExifCallbackHandler('Redaktor', callback));
    };
github mattburns / exiftool.js / testWithNode.js View on Github external
var extractExifUsingRedaktor = function(imgFile, callback) {
        new Redaktor({ image : imgFile }, createNodeExifCallbackHandler('Redaktor', callback));
    };

exifr

📷 The fastest and most versatile JavaScript EXIF reading library.

MIT
Latest version published 3 years ago

Package Health Score

53 / 100
Full package analysis

Popular exifr functions