jichang / unionpdf

A universal pdf rendering/editing library

Home Page:https://jichang.github.io/unionpdf/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A universal pdf rendering/editing library

https://jichang.github.io/unionpdf/

License:MIT License


Languages

Language:TypeScript 69.9%Language:JavaScript 27.8%Language:CSS 1.3%Language:C++ 0.5%Language:Dockerfile 0.3%Language:HTML 0.1%Language:Shell 0.1%Language:Makefile 0.0%