An open API service indexing awesome lists of open source software.

https://github.com/trjohnst/pdfjs-one-file

Tiny POC repo to show that PDF.js runs with all it's distributed JS concatenated after the provided combined distribution was removed.
https://github.com/trjohnst/pdfjs-one-file

broccoli pdf pdfjs pdfjs-dist

Last synced: 3 months ago
JSON representation

Tiny POC repo to show that PDF.js runs with all it's distributed JS concatenated after the provided combined distribution was removed.

Awesome Lists containing this project

README

        

# About
Simple PDF.js concatter to concat PDF.js and show it can still run as a single file after [commit 56a8c934dde6cce806b1d74fa80c181eb30bbb96](https://github.com/mozilla/pdf.js/commit/56a8c934dde6cce806b1d74fa80c181eb30bbb96).

# Running Locally
```bash
npm i
npm start
```

Then visit [http://127.0.0.1:8080](http://127.0.0.1:8080)