-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add README for example project
- add load button on example project to load PDFium manually
- Loading branch information
Showing
4 changed files
with
24 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# PDFium.js Example Project | ||
|
||
This is an example project that utilizes `PDFium.js`. This project is built using Vite. | ||
By defaukt, this project downloads and installs the latest `PDFium.js` from npm, | ||
but you can change the version if you need. | ||
|
||
## How to run | ||
|
||
You can simply run the following commands to run this project. | ||
|
||
```sh | ||
yarn install | ||
yarn dev | ||
``` |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters