Docs: extract might also be referred to as 'crop'

This commit is contained in:
Lovell Fuller 2020-04-14 21:24:26 +01:00
parent 1eedb22ef5
commit 1d6ef630a5
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ Returns **Sharp**
## extract
Extract a region of the image.
Extract/crop a region of the image.
- Use `extract` before `resize` for pre-resize extraction.
- Use `extract` after `resize` for post-resize extraction.

View File

@ -336,7 +336,7 @@ function extend (extend) {
}
/**
* Extract a region of the image.
* Extract/crop a region of the image.
*
* - Use `extract` before `resize` for pre-resize extraction.
* - Use `extract` after `resize` for post-resize extraction.