mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
.. | ||
LICENSE_PDFJS_QCMS | ||
LICENSE_QCMS | ||
qcms.js | ||
qcms_bg.wasm | ||
qcms_utils.js | ||
README.md |
Build
In order to generate the files qcms.js
and qcms_bg.wasm
:
- git clone https://github.com/mozilla/pdf.js.qcms/
- the build requires to have a Docker setup and then:
node build.js -C
to build the Docker imagenode build.js -co /pdf.js/external/qcms/
to compile the decoder
Licensing
qcms is under MIT
and pdf.js.qcms is released under MIT license so qcms.js
and qcms_bg.wasm
are released under MIT license too.