UNPKG
image-hash
Version:
latest (7.0.1)
7.0.1
6.0.3
6.0.2
6.0.1
5.3.2
5.3.1
5.2.1
5.0.2
5.0.1
4.0.1
3.5.1
3.4.1
3.3.9
3.3.7
3.3.1
3.2.1
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.3.0
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.0.1
Create a hash from an image
github.com/danm/image-hash
danm/image-hash
image-hash
/
lib
/
block-hash.d.ts
3 lines
(2 loc)
•
96 B
TypeScript
View Raw
1
2
3
declare
const
_default
:
(
imgData
:
any
,
bits
:
any
,
method
:
any
) =>
any
;
export
default
_default;