UNPKG

@alttiri/image-hash

Version:

Alt-Image-Hash. An alternative image hashing library.

7 lines (6 loc) 505 B
export { getGrayData } from "./src/grayscale.js"; export { scaleDownLinear, scaleUpNearestNeighbor, scaleUpIntegerTwice, } from "./src/resize.js"; export { dHash, aHash, mHash, bHash, } from "./src/hashers.js"; export { ImageHash } from "./src/image-hash.js"; export { BiImageData, GrayImageData, MonoImageData, } from "./src/mono-image-data.js"; export type { GrayScalerGetter, GrayScalingOpt, GrayScalingType, Hasher, HashOpts, ImageDataLike, ImageDataLikeEx, Round, ScaleOpts, } from "./src/types.js";