Skip to content

jichang/unionpdf

Repository files navigation

UnionPDF

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

Dev

  1. clone repo
git clone https://github.com/jichang/unionpdf.git
  1. install dependencies
npm install
  1. build
npm run build
  1. type checking
npm run typecheck
  1. test
npm run test