A sample showing how to build a custom UI for PDF.js Express.
Install dependencies:
yarn
// Or if using NPM
npm i
This will also execute the postinstall
script in package.json
which copies static assets into the public
folder.
yarn dev
// Or if using NPM
npm run dev
For a more thorough example of implementing a UI, please reference our open source UI