Skip to content
This repository has been archived by the owner on Jul 14, 2024. It is now read-only.

Commit

Permalink
PDF.js version 2.12.313
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandahl committed Jan 7, 2022
1 parent bd2a6cd commit a7fc0d3
Show file tree
Hide file tree
Showing 172 changed files with 29,420 additions and 22,497 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ This is a pre-built version of the PDF.js source code. It is automatically
generated by the build scripts.

For usage with older browsers or environments, without support for modern
features such as e.g. `async`/`await`, `ReadableStream`, optional chaining, and
nullish coalescing; please see the `legacy` folder.
features such as e.g. `async`/`await`, `ReadableStream`, optional chaining,
nullish coalescing, and private `class` fields/methods; please see the `legacy`
folder.

See https://github.com/mozilla/pdf.js for learning and contributing.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pdfjs-dist",
"version": "2.11.338",
"version": "2.12.313",
"main": [
"build/pdf.js",
"build/pdf.worker.js"
Expand Down
Loading

0 comments on commit a7fc0d3

Please sign in to comment.