MuPDF WebViewer Vanilla JS Sample An example of MuPDF WebViewer with Vanilla JS. Prerequisites Node.js npm Before you start Visit https://webviewer.mupdf.com/account to get a license key. Copy the license key and replace YOUR_LICENSE_KEY in index.js with the license key. Install npm install Run python3 -m http.server 8000