PDF.js build files for this plugin

PDF Viewer Nova bundles PDF.js locally in this directory. The plugin does not load PDF.js from a third-party CDN.

The current package includes the modern PDF.js module build:

- assets/pdfjs/build/pdf.mjs
- assets/pdfjs/build/pdf.worker.mjs
- assets/pdfjs/build/pdf.sandbox.mjs

Source maps may also be included for debugging.

The renderer also supports the legacy non-module filenames if a development build needs them:

Option A (legacy / non-module):
- assets/pdfjs/build/pdf.min.js
- assets/pdfjs/build/pdf.worker.min.js

Option B (modern browsers / module build):
- assets/pdfjs/build/pdf.mjs
- assets/pdfjs/build/pdf.worker.mjs

If these files are replaced during development, use official Mozilla PDF.js release build files and keep the filenames above so the block and Elementor renderers can locate them.
