Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.

Commit 5f42512

Browse files
committed
Apply changes needed for react-pdf
1 parent 87bdaef commit 5f42512

7 files changed

Lines changed: 644 additions & 427 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
lib/font/tables/.DS_Store
22
.DS_Store
33
/node_modules/
4+
/tests/
45
node-zlib/
56
playground/
67
build/

lib/font.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class PDFFont {
1+
export class PDFFont {
22
constructor() {
33
}
44

0 commit comments

Comments
 (0)