Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.62 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.62 KB

dhash (difference hash)

NPM version Build status Test coverage Dependency Status License Downloads

dHash - image hash implementation for node

Install

npm install dhash-image

Usage


var dhash = require('dhash-image');

dhash('/path/to/image', function(err, hash){
	// Do something with hash hex-string...
});

// Optional last argument for hash size in bytes (Default: 8)