From f78cdae2b312f71a6e78188d1487041385ea1641 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra <dirk@lemstra.org> Date: Sun, 26 Jan 2025 22:18:30 +0100 Subject: [PATCH] Updated index.ts --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index decacee..051e644 100644 --- a/src/index.ts +++ b/src/index.ts @@ -98,7 +98,9 @@ export * from './settings/magick-settings'; export * from './settings/montage-settings'; export * from './settings/morphology-settings'; export * from './settings/quantize-settings'; +export * from './statistics/channel-perceptual-hash'; export * from './statistics/channel-statistics'; +export * from './statistics/perceptual-hash'; export * from './statistics/statistics'; export * from './types/callbacks'; export * from './types/chromaticity-info';