Add 4-hour caching for all generated images

This commit is contained in:
goat 2021-05-26 16:41:51 +02:00
parent 026b056e7a
commit 341236e170
No known key found for this signature in database
GPG key ID: F18F057873895461
4 changed files with 159 additions and 27 deletions

View file

@ -8,6 +8,8 @@
"dev": "nodemon index.js"
},
"dependencies": {
"cache-manager-fs": "^1.0.8",
"cache-manager-fs-binary": "^1.0.4",
"canvas": "^2.6.1",
"express": "^4.17.1",
"node-fetch": "^2.6.1",