Merge pull request #11616 from Snuffleupagus/demo-link
Update the PDF.js web page to link to both versions of the demo viewer (PR 11241 follow-up)
This commit is contained in:
commit
54484bd3c3
@ -23,6 +23,9 @@ Feel free to stop by #pdfjs on irc.mozilla.org for questions or guidance.
|
|||||||
|
|
||||||
### Online demo
|
### Online demo
|
||||||
|
|
||||||
|
Please note that the "Modern browsers" version assumes native support for
|
||||||
|
features such as e.g. `async`/`await`, `Promise`, and `ReadableStream`.
|
||||||
|
|
||||||
+ Modern browsers: https://mozilla.github.io/pdf.js/web/viewer.html
|
+ Modern browsers: https://mozilla.github.io/pdf.js/web/viewer.html
|
||||||
|
|
||||||
+ Older browsers: https://mozilla.github.io/pdf.js/es5/web/viewer.html
|
+ Older browsers: https://mozilla.github.io/pdf.js/es5/web/viewer.html
|
||||||
|
@ -9,6 +9,6 @@ template: layout.jade
|
|||||||
</p>
|
</p>
|
||||||
<p class="text-center">
|
<p class="text-center">
|
||||||
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
<a type="button" class="btn btn-lg btn-default" href="getting_started/#download">Download</a>
|
||||||
<a type="button" class="btn btn-lg btn-default" href="web/viewer.html">Demo</a>
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js#online-demo">Demo</a>
|
||||||
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">GitHub Project</a>
|
<a type="button" class="btn btn-lg btn-default" href="https://github.com/mozilla/pdf.js">GitHub Project</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user