Use jimp instead of lwip for image processing

Jimp does not install on recent versions of NodeJS because of changes
in the bundled version of zlib. Jimp is a pure JS replacement.
This commit is contained in:
Paul Hooijenga
2018-01-16 20:17:34 -06:00
committed by Gaël Métais
parent a20c5677b4
commit 3fc0d9418f
4 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
"is-ttf": "0.2.2",
"is-woff": "1.0.3",
"is-woff2": "1.0.0",
"lwip": "0.0.9",
"jimp": "0.2.28",
"md5": "2.2.1",
"meow": "3.7.0",
"minimize": "2.0.0",