Skip to content

Commit

Permalink
chore: add pdfium.js dependency to example project
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaewoook committed Jul 12, 2023
1 parent 25b4309 commit 5bb50e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"preview": "vite preview"
},
"dependencies": {
"pdfium.js": "^0.1.0-rc.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
Expand Down
5 changes: 5 additions & 0 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1295,6 +1295,11 @@ path-type@^4.0.0:
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==

pdfium.js@^0.1.0-rc.1:
version "0.1.0-rc.1"
resolved "https://registry.yarnpkg.com/pdfium.js/-/pdfium.js-0.1.0-rc.1.tgz#3e0c637bbe2b1c60174d0cbe7948f4290ba1bf1c"
integrity sha512-dIcfILcCcH4D+G/nY1BgVMELC0lK+3vX2k+pDoETIOZyJ73soYQZtBKDTyfELLldVBhsqidVcjK0z7BaDY2RKA==

picocolors@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
Expand Down

0 comments on commit 5bb50e8

Please sign in to comment.