Skip to content

A repo showing how to build a custom UI using PDF.js Express workers

Notifications You must be signed in to change notification settings

pdfjs-express/pdfjs-express-custom-ui-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF.js Express Custom UI Sample

A sample showing how to build a custom UI for PDF.js Express.

Setup

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.

Run locally

yarn dev

// Or if using NPM
npm run dev

More info

For a more thorough example of implementing a UI, please reference our open source UI

About

A repo showing how to build a custom UI using PDF.js Express workers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published