We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b3852 commit 3154a26Copy full SHA for 3154a26
README.md
@@ -6,8 +6,11 @@ This is an adapter module for using [smartcrop.js](https://github.com/jwagner/sm
6
with node.js using [sharp](https://github.com/lovell/sharp) for image decoding.
7
8
## Installation
9
+
10
+You'll need to install `sharp` alongside `smartcrop-sharp`.
11
12
```
-npm install --save smartcrop-sharp
13
+npm install --save smartcrop-sharp sharp
14
15
16
## API
0 commit comments