mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Docs: add missing comma to extend example (#1588)
This commit is contained in:
committed by
Lovell Fuller
parent
ba3f914445
commit
2262959673
@@ -275,7 +275,7 @@ function resize (width, height, options) {
|
||||
* top: 10,
|
||||
* bottom: 20,
|
||||
* left: 10,
|
||||
* right: 10
|
||||
* right: 10,
|
||||
* background: { r: 0, g: 0, b: 0, alpha: 0 }
|
||||
* })
|
||||
* ...
|
||||
|
||||
Reference in New Issue
Block a user