🌁 Image util functions added

This commit is contained in:
2021-04-16 23:08:26 -07:00
parent 9d5729286f
commit 424c5aded7
5 changed files with 364 additions and 40 deletions

View File

@@ -19,11 +19,14 @@
"@types/react-dom": "^17.0.2",
"@types/react-redux": "^7.1.16",
"@types/react-router-dom": "^5.1.7",
"@types/sharp": "^0.28.0",
"babel-polyfill": "^6.26.0",
"express": "^4.17.1",
"imghash": "^0.0.8",
"mongoose": "^5.10.11",
"react": "^17.0.1",
"react-dom": "^17.0.1"
"react-dom": "^17.0.1",
"sharp": "^0.28.1"
},
"devDependencies": {
"@babel/cli": "^7.13.10",