change to Pdf.js-Legacy Version 4.3.136 (#1444)

* add: PDF.js-Legacy

* change path
This commit is contained in:
Ludy
2024-06-12 21:33:25 +02:00
committed by GitHub
parent 76660eb791
commit 446bc68768
388 changed files with 148314 additions and 20 deletions

View File

@@ -35,11 +35,11 @@ See https://github.com/adobe-type-tools/cmap-resources
<link rel="stylesheet" href="css/navbar.css">
<!-- This snippet is used in production (included from view-pdf.html) -->
<link rel="resource" type="application/l10n" href="./pdfjs/locale/locale.json">
<script src="./pdfjs/pdf.mjs" type="module"></script>
<link rel="resource" type="application/l10n" href="./pdfjs-legacy/locale/locale.json">
<script src="./pdfjs-legacy/pdf.mjs" type="module"></script>
<link rel="stylesheet" href="./pdfjs/css/viewer.css">
<script src="./pdfjs/js/viewer.mjs" type="module"></script>
<link rel="stylesheet" href="./pdfjs-legacy/css/viewer.css">
<script src="./pdfjs-legacy/js/viewer.mjs" type="module"></script>
</head>
<body tabindex="1">