Skip to content

Commit

Permalink
Update pdf.js
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenjoezhang committed Dec 31, 2023
1 parent 8c246b0 commit c94dc70
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 173 deletions.
4 changes: 2 additions & 2 deletions build/pdf.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4550,7 +4550,7 @@ class InternalRenderTask {
}
}
const version = '4.0.0';
const build = '3b94e9f';
const build = '9e14d04';

__webpack_async_result__();
} catch(e) { __webpack_async_result__(e); } });
Expand Down Expand Up @@ -16647,7 +16647,7 @@ _display_api_js__WEBPACK_IMPORTED_MODULE_1__ = (__webpack_async_dependencies__.t


const pdfjsVersion = '4.0.0';
const pdfjsBuild = '3b94e9f';
const pdfjsBuild = '9e14d04';

__webpack_async_result__();
} catch(e) { __webpack_async_result__(e); } });
Expand Down
4 changes: 2 additions & 2 deletions build/pdf.sandbox.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/pdf.worker.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -57163,7 +57163,7 @@ if (typeof window === "undefined" && !isNodeJS && typeof self !== "undefined" &&
;// CONCATENATED MODULE: ./src/pdf.worker.js

const pdfjsVersion = '4.0.0';
const pdfjsBuild = '3b94e9f';
const pdfjsBuild = '9e14d04';

var __webpack_exports__WorkerMessageHandler = __webpack_exports__.WorkerMessageHandler;
export { __webpack_exports__WorkerMessageHandler as WorkerMessageHandler };
Expand Down
Loading

0 comments on commit c94dc70

Please sign in to comment.