1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Modified Examples to work without systemjs

This commit is contained in:
RonLek 2018-07-21 01:32:55 +05:30
parent 7e13977669
commit 8afc4ce258
8 changed files with 106 additions and 219 deletions

View file

@ -5,7 +5,7 @@ template: layout.jade
## Hello World Walkthrough
[Full source](https://github.com/mozilla/pdf.js/tree/master/examples/helloworld)
[Full source](https://github.com/mozilla/pdf.js/blob/master/examples/learning/helloworld.html)
PDF.js heavily relies on the use of [Promises](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise). If promises are new to you, it's recommended you become familiar with them before continuing on.