Supports displaying short links, for easy downloading on TVs and Android TVs: Add crc-32 package

This commit is contained in:
Vadim Babadzhanyan 2024-08-16 20:08:30 +03:00
parent 0a33b1f7df
commit 81633de07b
2 changed files with 15 additions and 1 deletions

View file

@ -19,7 +19,8 @@
"debug": "^4.3.6",
"express-session": "^1.18.0",
"h3": "^1.12.0",
"qrcode": "^1.5.4"
"qrcode": "^1.5.4",
"crc-32": "^1.2.2"
},
"devDependencies": {
"eslint-config-athom": "^3.1.3",