mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Docs: add missing comma to extend example (#1588)
This commit is contained in:
committed by
Lovell Fuller
parent
ba3f914445
commit
2262959673
@@ -143,7 +143,7 @@ sharp(input)
|
||||
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