Skip to content

Commit 794486e

Browse files
authored
chore: fix exports (#368)
1 parent e43ea79 commit 794486e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
export * from './align';
2+
export * from './compare';
13
export * from './compute';
4+
export * from './correctColor';
5+
export * from './draw';
6+
export * from './featureMatching';
27
export * from './filters';
38
export * from './geometry';
49
export * from './Image';

0 commit comments

Comments
 (0)