You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: remove dead MuPDF inline helpers + orphaned tile-renderer.js
- renderer.js:21-90 had a never-wired-up MuPDF WASM prototype block
(loadMupdf / isMupdfAvailable / getMupdfDocument / renderPageWithMupdf).
The active rendering path is the Rust vector renderer via
extract_draw_commands + vector-renderer.js, with PDF.js fallback.
Replaced the dead block with a brief explanatory comment.
- mupdf-renderer.js stays — it's still imported once for closeDocument()
cleanup (no-op when WASM never loaded).
- tile-renderer.js was a 300-line orphan (8 exports, 0 importers); fully
superseded by vector-renderer + page-bitmap-cache. Deleted.
renderer.js: 1458 → 1394 lines. No behavior change.
0 commit comments