This repository is an example of how to build a TypeScript PDF viewer with PDF.js.
You can read about the example project in our blog post.
git clone https://github.com/PSPDFKit-labs/pdfjs-web-example-typescript.git
cd pdfjs-web-example-typescript
npm install # install dependencies
npm start # start server
Navigate to http://localhost:8080/
to see the PDF viewer.
Please ensure you have signed our CLA so that we can accept your contributions.