We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8948db commit 17a3558Copy full SHA for 17a3558
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "native-image-diff",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "A simple library for comparing two images using a native C++ binding.",
5
"main": "dist/index.js",
6
"author": "Frederick Gnodtke",
src/index.ts
@@ -1 +1,7 @@
-export { diffImages } from "./diff-images";
+export {
+ Dimensions,
+ DiffImage,
+ DiffResult,
+ DiffImagesArguments,
+ diffImages,
7
+} from "./diff-images";
0 commit comments