mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-18 14:18:23 +02:00
737 B
737 B
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.