mirror of
https://github.com/lovell/sharp.git
synced 2025-07-10 11:00:14 +02:00
Docs: correct code example in extend operation
This commit is contained in:
parent
9dc6492e52
commit
1e9093d781
@ -139,7 +139,6 @@ This operation will always occur after resizing and extraction, if any.
|
|||||||
// to the top, left and right edges and 20 to the bottom edge
|
// to the top, left and right edges and 20 to the bottom edge
|
||||||
sharp(input)
|
sharp(input)
|
||||||
.resize(140)
|
.resize(140)
|
||||||
.)
|
|
||||||
.extend({
|
.extend({
|
||||||
top: 10,
|
top: 10,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user