An example of MuPDF WebViewer within an Angular project.
- Node.js
- npm
- Visit https://webviewer.mupdf.com/account to get a license key.
- Copy the license key and replace
YOUR_LICENSE_KEY
insrc/app/app.component.ts
with the license key.
Tip
Ensure to register localhost
as a domain for your license key if you require to test locally!
npm ci
npm run start
npm run build