Update PDF viewer to display user-uploaded documents as slides

Integrates the react-pdf library to render PDF documents page by page as slides, replacing the previous canvas-based rendering approach. Includes necessary setup for the PDF worker and static file serving.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 9a264234-c5d7-4dcc-adf3-a954b149b30d
Replit-Commit-Checkpoint-Type: intermediate_checkpoint
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/9a264234-c5d7-4dcc-adf3-a954b149b30d/VGhYqEL
This commit is contained in:
kimjaehyeon0101
2025-10-14 06:56:48 +00:00
parent 026f6ef055
commit 78a056a979
6 changed files with 144 additions and 64 deletions

View File

@ -38,6 +38,10 @@ externalPort = 6000
localPort = 43349
externalPort = 3000
[[ports]]
localPort = 43469
externalPort = 5000
[[ports]]
localPort = 43777
externalPort = 4200