Skip to content

Commit

Permalink
async link - <script src="https://mozilla.github.io/pdf.js/build/pdf.js
Browse files Browse the repository at this point in the history
…" async></script>
  • Loading branch information
ajitpal authored Apr 27, 2024
1 parent a00f41b commit e4b538b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,10 @@
text-align: center;
}
</style>
<script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<script src="https://mozilla.github.io/pdf.js/build/pdf.js" async></script>
<!-- <script src="https://mozilla.github.io/pdf.js/build/pdf.mjs" type="module"></script>
<link rel="stylesheet" href="https://mozilla.github.io/pdf.js/web/viewer.css">
<script src="https://mozilla.github.io/pdf.js/web/viewer.mjs" type="module"></script>
<script src="https://mozilla.github.io/pdf.js/web/viewer.mjs" type="module"></script> -->
</head>
<body>
<header>
Expand Down

0 comments on commit e4b538b

Please sign in to comment.