File: README.md

package info (click to toggle)
pdf.js 2.14.305%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 107,564 kB
  • sloc: javascript: 134,317; makefile: 15
file content (11 lines) | stat: -rw-r--r-- 602 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
## Build

In order to generate the file `quickjs-eval.js`:
* git clone https://github.com/mozilla/pdf.js.quickjs/
* the build requires to have a [Docker](https://www.docker.com/) setup and then:
  * `node build.js -C` to build the Docker image
  * `node build.js -co /pdf.js/external/quickjs/` to compile the sandbox

## Licensing

[Quickjs](https://bellard.org/quickjs/) and [pdf.js.quickjs](https://github.com/mozilla/pdf.js.quickjs/) are released under [MIT](https://opensource.org/licenses/MIT) license so `quickjs-eval.js` is released under [MIT](https://opensource.org/licenses/MIT) license too.