mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-26 18:10:01 +00:00
0.2.0
This commit is contained in:
parent
1ee123ce72
commit
3e9c0b5dca
2 changed files with 4 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "imgphash",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "imgphash",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@canvas/image": "^1.0.1",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "imgphash",
|
||||
"version": "0.1.1",
|
||||
"version": "0.2.0",
|
||||
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
|
||||
"main": "./src/lib.js",
|
||||
"keywords": [
|
||||
|
|
@ -32,4 +32,4 @@
|
|||
"url": "https://github.com/JasterV/imgphash/issues"
|
||||
},
|
||||
"homepage": "https://github.com/JasterV/imgphash#readme"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue