From 78afefbfb449d368557868b482a77b36695bced1 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald Date: Tue, 28 Jan 2020 11:26:40 +0100 Subject: [PATCH] Add a README file to the `/lib` folder in `pdfjs-dist` (issue 11539) --- external/dist/lib/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 external/dist/lib/README.md diff --git a/external/dist/lib/README.md b/external/dist/lib/README.md new file mode 100644 index 000000000..8f44cd646 --- /dev/null +++ b/external/dist/lib/README.md @@ -0,0 +1,7 @@ +It's *very highly* recommended to *not* use these files, but rather use the +pre-built library as found in e.g. the `/build`, `/web`, and `/image_decoders` +folders in the root of this repository. + +Please note that the "lib" build target exists mostly to enable unit-testing in +Node.js/Travis, and that you'll need to handle e.g. any Node.js dependencies +yourself if using the files in this folder.