Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 131 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 131 Bytes
var pngToPhash = require('png-to-phash')

pngToPhash('test.png', function(error,phash) {
  console.log(phash)
})