mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2024-11-17 20:50:12 +01:00
Reader works correctly
This commit is contained in:
parent
14a90f5e50
commit
768877d969
File diff suppressed because it is too large
Load Diff
10665
src/main/resources/static/pdfjs/pdf.js
vendored
10665
src/main/resources/static/pdfjs/pdf.js
vendored
File diff suppressed because it is too large
Load Diff
2
src/main/resources/static/pdfjs/pdf.js.map
vendored
2
src/main/resources/static/pdfjs/pdf.js.map
vendored
File diff suppressed because one or more lines are too long
19
src/main/resources/static/pdfjs/pdf.worker.entry.js
vendored
Normal file
19
src/main/resources/static/pdfjs/pdf.worker.entry.js
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
/* Copyright 2022 Mozilla Foundation
|
||||||
|
*
|
||||||
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
* you may not use this file except in compliance with the License.
|
||||||
|
* You may obtain a copy of the License at
|
||||||
|
*
|
||||||
|
* http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
*
|
||||||
|
* Unless required by applicable law or agreed to in writing, software
|
||||||
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
|
* See the License for the specific language governing permissions and
|
||||||
|
* limitations under the License.
|
||||||
|
*/
|
||||||
|
|
||||||
|
(typeof window !== "undefined"
|
||||||
|
? window
|
||||||
|
: {}
|
||||||
|
).pdfjsWorker = require("./pdf.worker.js");
|
32840
src/main/resources/static/pdfjs/pdf.worker.js
vendored
32840
src/main/resources/static/pdfjs/pdf.worker.js
vendored
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user