Skip to content

Commit 3154a26

Browse files
committed
update docs for peerDependency
1 parent 61b3852 commit 3154a26

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,11 @@ This is an adapter module for using [smartcrop.js](https://github.com/jwagner/sm
66
with node.js using [sharp](https://github.com/lovell/sharp) for image decoding.
77

88
## Installation
9+
10+
You'll need to install `sharp` alongside `smartcrop-sharp`.
11+
912
```
10-
npm install --save smartcrop-sharp
13+
npm install --save smartcrop-sharp sharp
1114
```
1215

1316
## API

0 commit comments

Comments
 (0)