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.
1 parent 39a15f4 commit ed5d865Copy full SHA for ed5d865
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