diff --git a/src/index.ts b/src/index.ts index decacee8..051e6442 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';