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
/
utils
/
pixcel.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
{
ImageDataLike
}
from
'..'
;
export
declare
const
getGrayscaleValue
:
(
imageData
:
ImageDataLike
,
col
:
number
,
row
:
number
) =>
number
;