resize image to 'small_' and medium version (and delete the orginal)

This commit is contained in:
paoloar77
2021-12-21 18:12:28 +01:00
parent d6e571edbf
commit cbac34bc0e
6 changed files with 389 additions and 26 deletions

View File

@@ -21,9 +21,11 @@
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"country-codes-list": "^1.6.8",
"crypto-js": "^4.1.1",
"csurf": "^1.11.0",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"email-templates": "^8.0.8",
@@ -38,6 +40,7 @@
"mysql": "^2.18.1",
"node-cron": "^3.0.0",
"node-emoji": "^1.11.0",
"node-image-resizer": "^1.0.0",
"node-pre-gyp": "^0.14.0",
"node-telegram-bot-api": "^0.54.0",
"nodemailer": "^6.6.3",