mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Docs: add missing comma to extend
example (#1588)
This commit is contained in:
parent
ba3f914445
commit
2262959673
@ -143,7 +143,7 @@ sharp(input)
|
|||||||
top: 10,
|
top: 10,
|
||||||
bottom: 20,
|
bottom: 20,
|
||||||
left: 10,
|
left: 10,
|
||||||
right: 10
|
right: 10,
|
||||||
background: { r: 0, g: 0, b: 0, alpha: 0 }
|
background: { r: 0, g: 0, b: 0, alpha: 0 }
|
||||||
})
|
})
|
||||||
...
|
...
|
||||||
|
@ -275,7 +275,7 @@ function resize (width, height, options) {
|
|||||||
* top: 10,
|
* top: 10,
|
||||||
* bottom: 20,
|
* bottom: 20,
|
||||||
* left: 10,
|
* left: 10,
|
||||||
* right: 10
|
* right: 10,
|
||||||
* background: { r: 0, g: 0, b: 0, alpha: 0 }
|
* background: { r: 0, g: 0, b: 0, alpha: 0 }
|
||||||
* })
|
* })
|
||||||
* ...
|
* ...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user