mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 15:25:07 +01:00
Options for trim op must be an Object, add lineArt #2363
This commit is contained in:
@@ -230,7 +230,8 @@ const Sharp = function (input, options) {
|
||||
threshold: 0,
|
||||
thresholdGrayscale: true,
|
||||
trimBackground: [],
|
||||
trimThreshold: 0,
|
||||
trimThreshold: -1,
|
||||
trimLineArt: false,
|
||||
gamma: 0,
|
||||
gammaOut: 0,
|
||||
greyscale: false,
|
||||
|
||||
Reference in New Issue
Block a user