# mupdf-webviewer-vanilla-js-sample **Repository Path**: mirrors_ArtifexSoftware/mupdf-webviewer-vanilla-js-sample ## Basic Information - **Project Name**: mupdf-webviewer-vanilla-js-sample - **Description**: MuPDF WebViewer with Vanilla JS - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-28 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MuPDF WebViewer Vanilla JS Sample An example of [MuPDF WebViewer](https://webviewer.mupdf.com) with Vanilla JS. ## Prerequisites - Node.js - npm ## Before you start - Visit [https://webviewer.mupdf.com/account](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 ```shell npm ci ``` ## Run ```shell python3 -m http.server 8000 ```