We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f82ea5 commit ce50237Copy full SHA for ce50237
README.md
@@ -347,7 +347,7 @@ const calculateDistance = () => {
347
// ...
348
// Extract pHash strings from both: say 'firstHash' and 'secondHash'
349
350
- // Calculate the distance between them:
+ // Calculate the distance between them:
351
const distance = imagekit.pHashDistance(firstHash, secondHash);
352
return distance;
353
}
0 commit comments