Skip to content

Commit

Permalink
chore: add extra newlines after additional headers
Browse files Browse the repository at this point in the history
  • Loading branch information
CheesyGamer77 authored and danm committed May 3, 2022
1 parent ba7461f commit 9ff1013
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# image-hash

A wrapper around [block-hash](https://github.com/commonsmachinery/blockhash-js) to easily hash a local or remote file with Node.

Supports JPG, PNG and WebP

## Install

```bash
npm i -S image-hash
```

## Use

```javascript
const { imageHash }= require('image-hash');

Expand Down Expand Up @@ -60,6 +63,7 @@ imageHash({
```

## API

```
// name
imageHash(location, bits, precise, callback)
Expand Down

0 comments on commit 9ff1013

Please sign in to comment.