UnionPDF contains several packages for displaying PDF files in browser
Package | Description | |
---|---|---|
@unionpdf/models | Definition of common data types | README.md |
@unionpdf/engines | PDF engine for parsing PDF files | README.md |
@unionpdf/react | React components for displaying PDF content | README.md |
- clone repo
git clone https://github.com/jichang/unionpdf.git
- install dependencies
npm install
- build
npm run build
- type checking
npm run typecheck
- test
npm run test