Skip to content

Commit a3ce69c

Browse files
authored
Merge pull request #5 from shellophobia/update-package
modify index.js import
2 parents 99d9832 + 26968da commit a3ce69c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export { default as TransformImage } from "./src";
1+
module.exports = require('./dist');

0 commit comments

Comments
 (0)