hoàn thành việc xuất pdf + annotation

This commit is contained in:
2026-04-02 12:01:43 +07:00
parent 51c599e040
commit 4baa94cf38
4 changed files with 372 additions and 18 deletions
+5 -4
View File
@@ -8,11 +8,12 @@
"start": "next start"
},
"dependencies": {
"next": "14.2.18",
"react": "^18",
"react-dom": "^18",
"fabric": "^5.3.0",
"pdfjs-dist": "^4.9.124"
"jspdf": "^4.2.1",
"next": "14.2.18",
"pdfjs-dist": "^4.9.124",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",