Open deepakvenkat opened 8 years ago
I'm trying to run the following :
var exif = require('exif-js'); var fs = require('fs'); var imageBuffer = fs.readFileSync('hatching_orig.jpg'); exif.getData(imageBuffer, function() { console.log(exif.pretty(imageBuffer)); });
in node v4.4.7 and getting the following error:
v4.4.7
if ((img instanceof Image || img instanceof HTMLImageElement) && !img.complete) return false; ^ ReferenceError: Image is not defined
any solution to this?
I'm trying to run the following :
in node
v4.4.7
and getting the following error: