@ -1,6 +1,6 @@
## Overview
## Overview
Example to demonstrate PDF.js library usage with b rowserify.
Example to demonstrate PDF.js library usage with B rowserify.
## Getting started
## Getting started
@ -10,13 +10,13 @@ Build project and install the example dependencies:
$ cd examples/browserify
$ cd examples/browserify
$ npm install
$ npm install
To build b rowserify bundles, run `gulp build` . If you are running
To build B rowserify bundles, run `gulp build` . If you are running
a web server, you can observe the build results at
a web server, you can observe the build results at
http://localhost:8888/examples/browserify/index.html
http://localhost:8888/examples/browserify/index.html
See main.js, worker.js and gulpfile.js files. Please notice that PDF.js
See main.js, worker.js and gulpfile.js files. Please notice that PDF.js
packaging requires packaging of the main application and PDF.js worker code,
packaging requires packaging of the main application and PDF.js worker code,
and the workerSrc path shall be set to the latter file.
and the ` workerSrc` path shall be set to the latter file.
Alternatives to the gulp commands (without compression) are:
Alternatives to the gulp commands (without compression) are: