images now converted sepia + checksum

This commit is contained in:
2023-02-01 11:36:38 +01:00
parent 7fd1b8e805
commit 99c872fe97
20 changed files with 2550 additions and 130 deletions

View File

@@ -17,9 +17,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"jimp": "^0.16.2"
"jimp": "^0.16.2",
"js-sha1": "^0.6.0",
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@dzeio/config": "^1.1.12",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"eslint": "^8.33.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
}