@pdfslick/react 3.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/dist/pdf_viewer.css +1343 -291
- package/dist/umd/index.js +4 -4
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -102,6 +102,10 @@ Provided with the PDF Document path and PDFSlick options object, the `usePDFSlic
|
|
|
102
102
|
|
|
103
103
|
[More on using PDFSlick with React](https://pdfslick.dev/docs/react) | [Checkout the React Examples](./apps/web/examples)
|
|
104
104
|
|
|
105
|
+
## Author
|
|
106
|
+
|
|
107
|
+
PDFSlick was conceived and developed, and is currently maintained by [Vancho Stojkov](https://github.com/van100j), who embarked on this project with the vision of simplifying PDF integration for modern web frameworks, leveraging the power of PDF.js while providing a developer-friendly API.
|
|
108
|
+
|
|
105
109
|
## Thanks
|
|
106
110
|
|
|
107
111
|
- [Vane Kosturanov](https://kosturanov.com/portfolio/logo-branding-design) for designing the logo
|