mirror of
https://codeberg.org/JasterV/imgphash.git
synced 2026-04-27 02:15:41 +00:00
updates readme
This commit is contained in:
parent
cbe7fe1d05
commit
7acb1215ac
1 changed files with 46 additions and 0 deletions
46
README.md
Normal file
46
README.md
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
<h1 align="center">Welcome to hash-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">
|
||||
<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">
|
||||
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" />
|
||||
</a>
|
||||
<a href="https://github.com/JasterV/hash-image/blob/master/LICENSE" target="_blank">
|
||||
<img alt="License: MIT" src="https://img.shields.io/github/license/JasterV/hash-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)
|
||||
|
||||
## Install
|
||||
|
||||
```sh
|
||||
npm i hash-image
|
||||
```
|
||||
|
||||
## Author
|
||||
|
||||
👤 **Victor Martinez <jaster.victor@gmail.com>**
|
||||
|
||||
* Website: https://jasterv.com
|
||||
* Github: [@JasterV](https://github.com/JasterV)
|
||||
|
||||
## 🤝 Contributing
|
||||
|
||||
Contributions, issues and feature requests are welcome!<br />Feel free to check [issues page](https://github.com/JasterV/hash-image/issues).
|
||||
|
||||
## Show your support
|
||||
|
||||
Give a ⭐️ if this project helped you!
|
||||
|
||||
## 📝 License
|
||||
|
||||
Copyright © 2022 [Victor Martinez <jaster.victor@gmail.com>](https://github.com/JasterV).<br />
|
||||
This project is [MIT](https://choosealicense.com/licenses/mit/) licensed.
|
||||
|
||||
***
|
||||
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_
|
||||
Loading…
Add table
Add a link
Reference in a new issue