UNPKG

isomorphic-image-hash

Version:

A dhash library that works in both browsers and Node.js.

3 lines (2 loc) 140 B
import { ImageDataLike } from '..'; export declare const getGrayscaleValue: (imageData: ImageDataLike, col: number, row: number) => number;