Enable PNG palette when at least one of quality, colours, colors or dither is set (#2226)

This commit is contained in:
Roman Malieiev
2020-05-28 23:21:33 +02:00
committed by GitHub
parent c76ae06fd1
commit a7b1185602
3 changed files with 34 additions and 31 deletions

View File

@@ -66,7 +66,8 @@
"Paul Neave <paul.neave@gmail.com>",
"Brendan Kennedy <brenwken@gmail.com>",
"Brychan Bennett-Odlum <git@brychan.io>",
"Edward Silverton <e.silverton@gmail.com>"
"Edward Silverton <e.silverton@gmail.com>",
"Roman Malieiev <aromaleev@gmail.com>"
],
"scripts": {
"install": "(node install/libvips && node install/dll-copy && prebuild-install --runtime=napi) || (node-gyp rebuild && node install/dll-copy)",