var pngToPhash = require('png-to-phash') pngToPhash('test.png', function(error,phash) { console.log(phash) })