chore: remove unused stuff

This commit is contained in:
Ephraim Atta-Duncan
2025-11-19 01:39:50 +00:00
parent eb63ec436c
commit 57c4c3fd48
6 changed files with 10 additions and 267 deletions

View File

@ -26,7 +26,7 @@ export const renderPdfToImage = async (pdfBytes: Uint8Array) => {
const pdf = await loadingTask.promise;
try {
const scale = 4;
const scale = 2;
const pages = await Promise.all(
Array.from({ length: pdf.numPages }, async (_, index) => {