Skip to content

Commit

Permalink
Update packagename
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Nov 19, 2023
1 parent 8b8e0d7 commit 10ccce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/resolvers/Common/compareImages.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Jimp from 'Jimp';
import Jimp from 'jimp';

export function compareImages(image1hash, image2hash) {
// Perceived distance
Expand Down
2 changes: 1 addition & 1 deletion src/resolvers/Common/hashImage.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Jimp from 'Jimp';
import Jimp from 'jimp';

export async function hashImage(imageUrl) {
try {
Expand Down

0 comments on commit 10ccce1

Please sign in to comment.