Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
GleamTech committed Oct 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent aed4f86 commit 8611c9e
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -50,14 +50,15 @@ var pdfViewer = new PdfViewer({
pdfViewer.render(document.getElementById("container"));
```

Note that the NPM package contains a ES6 module `pdfjskit.min.mjs`, we also provide a script version `pdfjskit.min.js` in [dist](https://github.com/GleamTech/PdfJsKit/tree/main/dist) directory.
Note that the NPM package contains a ES6 module `pdfjskit.min.mjs`, we also provide a script version `pdfjskit.min.js` in GitHub [dist/pdfjskit](https://github.com/GleamTech/PdfJsKit/tree/main/dist/pdfjskit) directory and in developer package offered [here](https://www.pdfjskit.com/try).

- [Using PdfJsKit in plain JS projects with Vite](https://github.com/GleamTech/PdfJsKit/blob/main/examples/pdfjskit-vite-example/README.md)
- [Using PdfJsKit in plain JS projects with Vite](https://github.com/GleamTech/PdfJsKit/tree/main/examples/pdfjskit-vite-example)

## API Documentation
## Documentation

- [Html API Docs](https://gleamtech.github.io/PdfJsKit/dist/docs/)
- [Markdown API Docs](https://github.com/GleamTech/PdfJsKit/blob/main/APIDocs.md)
- [Knowledge Base](https://github.com/GleamTech/PdfJsKit/wiki)

## Live Demos

2 changes: 1 addition & 1 deletion examples/pdfjskit-vite-example/package.json
Original file line number Diff line number Diff line change
@@ -12,6 +12,6 @@
"vite": "^5.4.8"
},
"dependencies": {
"pdfjskit": "^1.1.0"
"pdfjskit": "^1.1.1"
}
}

0 comments on commit 8611c9e

Please sign in to comment.