Add image resizing example. Currently used base64 encoded data transfer and the 'jimp' module, neither of which are fast. Will replace these shortly.

This commit is contained in:
SteveSandersonMS
2016-06-07 15:55:06 +01:00
parent 8dbd143857
commit 3e82d94f1c
7 changed files with 110 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.0",
"dependencies": {
"babel-core": "^6.7.4",
"babel-preset-es2015": "^6.6.0"
"babel-preset-es2015": "^6.6.0",
"jimp": "^0.2.24"
}
}