Skip to content

Commit

Permalink
chore: add typescript language header for API
Browse files Browse the repository at this point in the history
  • Loading branch information
CheesyGamer77 authored and danm committed May 3, 2022
1 parent 9ff1013 commit a33ad43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@ imageHash({

## API

```
```typescript
// name
imageHash(location, bits, precise, callback)
imageHash(location, bits, precise, callback);

// types
imageHash(string|object, int, bool, function)
imageHash(string|object, int, bool, function);
```
### Image-Hash Arguments
Expand Down

0 comments on commit a33ad43

Please sign in to comment.