Merge pull request #11542 from Snuffleupagus/dist-lib-readme

Add a README file to the `/lib` folder in `pdfjs-dist` (issue 11539)
This commit is contained in:
Tim van der Meij 2020-01-28 22:59:04 +01:00 committed by GitHub
commit 89d345c7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

7
external/dist/lib/README.md vendored Normal file
View File

@ -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.