This sample provides a guide to integrate MuPDF WebViewer into a React project.
- Node.js
- npm
- Visit https://webviewer.mupdf.com to get a trial license.
- Copy the license key and replace
YOUR_LICENCE_KEYinsrc/App.jsxwith the license key.
Tip
Ensure to register localhost as a domain for your license key if you require test locally!
npm cinpm run devnpm run build