Switch image resizing example from 'jimp' to 'sharp' because it's far faster

This commit is contained in:
SteveSandersonMS
2016-06-07 16:06:15 +01:00
parent 3e82d94f1c
commit 3440aa4344
3 changed files with 15 additions and 14 deletions

View File

@@ -4,6 +4,6 @@
"dependencies": {
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"jimp": "^0.2.24"
"sharp": "^0.15.0"
}
}