UNPKG
isomorphic-image-hash
Version:
latest (0.2.0)
0.2.0
0.1.0
A dhash library that works in both browsers and Node.js.
isomorphic-image-hash
/
dist
/
types
/
hash
/
dhash.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
ImageDataLike
}
from
'..'
;
export
declare
const
dhashFromImageData
:
(
imageData
:
ImageDataLike
) =>
string
;