feat(chat): allow export as pdf or markdown

This commit is contained in:
ItzCrazyKns
2025-05-28 13:01:05 +05:30
parent 876487ad11
commit bcebdb5fd9
3 changed files with 295 additions and 6 deletions

View File

@ -30,6 +30,7 @@
"compute-dot": "^1.1.0",
"drizzle-orm": "^0.40.1",
"html-to-text": "^9.0.5",
"jspdf": "^3.0.1",
"langchain": "^0.1.30",
"lucide-react": "^0.363.0",
"markdown-to-jsx": "^7.7.2",
@ -49,6 +50,7 @@
"devDependencies": {
"@types/better-sqlite3": "^7.6.12",
"@types/html-to-text": "^9.0.4",
"@types/jspdf": "^2.0.0",
"@types/node": "^20",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18",