Skip to content

Commit 17a3558

Browse files
committed
Export interfaces
1 parent e8948db commit 17a3558

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "native-image-diff",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A simple library for comparing two images using a native C++ binding.",
55
"main": "dist/index.js",
66
"author": "Frederick Gnodtke",

src/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
export { diffImages } from "./diff-images";
1+
export {
2+
Dimensions,
3+
DiffImage,
4+
DiffResult,
5+
DiffImagesArguments,
6+
diffImages,
7+
} from "./diff-images";

0 commit comments

Comments
 (0)