We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fd3b610 + ed5d865 commit cd2b58dCopy full SHA for cd2b58d
.gitignore
@@ -7,3 +7,6 @@ Makefile
7
node_modules/
8
examples/node/svgdump/
9
examples/node/pdf2png/*.png
10
+.npm/*
11
+.cache/*
12
+.bash_history
README.md
@@ -111,6 +111,17 @@ the `pdfjs-dist` name. For more information and examples please refer to the
111
+ Start the docker container with `mutagen-compose up pdfjs`
112
+ Access server at `http://localhost:8888/web/viewer.html`
113
114
+## Lint
115
++ To fix lint errors, run the following commands:
116
+
117
+``` bash
118
+mutagen-compose run pdfjs bash
119
+```
120
121
122
+npx gulp lint --fix
123
124
125
## Including via a CDN
126
127
PDF.js is hosted on several free CDNs:
0 commit comments