updates package name

This commit is contained in:
JasterV 2022-03-21 11:09:55 +01:00
parent e5c717b0aa
commit ce6e31bc03
2 changed files with 12 additions and 12 deletions

View file

@ -1,25 +1,25 @@
<h1 align="center">Welcome to hash-image 👋</h1>
<h1 align="center">Welcome to phash-image 👋</h1>
<p>
<img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
<a href="https://github.com/JasterV/hash-image#readme" target="_blank">
<a href="https://github.com/JasterV/phash-image#readme" target="_blank">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" />
</a>
<a href="https://github.com/JasterV/hash-image/graphs/commit-activity" target="_blank">
<a href="https://github.com/JasterV/phash-image/graphs/commit-activity" target="_blank">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
</a>
<a href="https://github.com/JasterV/hash-image/blob/main/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/JasterV/hash-image" />
<a href="https://github.com/JasterV/phash-image/blob/main/LICENSE" target="_blank">
<img alt="License: MIT" src="https://img.shields.io/github/license/JasterV/phash-image" />
</a>
</p>
> Provide an image class that is able to calculate similarity to other images using the phash value
### 🏠 [Homepage](https://github.com/JasterV/hash-image#readme)
### 🏠 [Homepage](https://github.com/JasterV/phash-image#readme)
## Install
```sh
npm i hash-image
npm i phash-image
```
## Author
@ -31,7 +31,7 @@ npm i hash-image
## 🤝 Contributing
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/JasterV/hash-image/issues).
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/JasterV/phash-image/issues).
## Show your support

View file

@ -1,5 +1,5 @@
{
"name": "hash-image",
"name": "phash-image",
"version": "0.1.0",
"description": "Provide an image class that is able to calculate similarity to other images using the phash value",
"main": "./src/lib.js",
@ -21,10 +21,10 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/JasterV/hash-image.git"
"url": "git+https://github.com/JasterV/phash-image.git"
},
"bugs": {
"url": "https://github.com/JasterV/hash-image/issues"
"url": "https://github.com/JasterV/phash-image/issues"
},
"homepage": "https://github.com/JasterV/hash-image#readme"
"homepage": "https://github.com/JasterV/phash-image#readme"
}