sfxsfl 81bd2e02f4 first code checkin 9 місяців тому
..
README.md 81bd2e02f4 first code checkin 9 місяців тому
favicon.svg 81bd2e02f4 first code checkin 9 місяців тому
index.html 81bd2e02f4 first code checkin 9 місяців тому
worker.js 81bd2e02f4 first code checkin 9 місяців тому

README.md

Simple Viewer

This project contains a simple demo of a PDF viewer using the MuPDF.js Library.

This viewer uses a Worker background thread to do the heavy lifting, and inserts rendered images and text in the DOM as pages scroll into view.

To start the HTTP server and open your browser to the viewer:

npx http-server ../.. -b -o examples/simple-viewer

Use the File menu to open a PDF file.