Skip to content

Commit

Permalink
Updated exports in index.ts.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Feb 8, 2023
1 parent 361ddf3 commit eb2696f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

export * from './alpha-option';
export * from './auto-threshold-method';
export * from './channel-statistics';
export * from './channels';
export * from './color-space';
export * from './composite-operator';
Expand Down Expand Up @@ -55,4 +56,5 @@ export * from './settings/drawing-settings';
export * from './settings/magick-read-settings';
export * from './settings/magick-settings';
export * from './settings/montage-settings';
export * from './statistics';
export * from './virtual-pixel-method';

0 comments on commit eb2696f

Please sign in to comment.