feat: integrate html-to-image library for enhanced image generation and QR code rendering

This commit is contained in:
hamed
2026-07-04 22:39:33 +03:30
parent 3c019932bd
commit 39c09bfcd5
5 changed files with 131 additions and 76 deletions
+7
View File
@@ -24,6 +24,7 @@
"axios": "^1.13.2",
"date-fns": "^4.1.0",
"dayjs": "^1.11.19",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"i": "^0.3.7",
"isomorphic-dompurify": "^3.18.0",
@@ -3002,6 +3003,12 @@
"node": "^20.19.0 || ^22.12.0 || >=24.0.0"
}
},
"node_modules/html-to-image": {
"version": "1.11.13",
"resolved": "https://registry.npmjs.org/html-to-image/-/html-to-image-1.11.13.tgz",
"integrity": "sha512-cuOPoI7WApyhBElTTb9oqsawRvZ0rHhaHwghRLlTuffoD1B2aDemlCruLeZrUIIdvG7gs9xeELEPm6PhuASqrg==",
"license": "MIT"
},
"node_modules/html2canvas": {
"version": "1.4.1",
"license": "MIT",