@pdfslick/core 1.1.4 → 1.1.5
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -171,3 +171,8 @@ Provided with the PDF Document path and options object, the `usePDFSlick()` hook
|
|
|
171
171
|
<br>
|
|
172
172
|
|
|
173
173
|
[Learn more about PDFSlick](https://pdfslick.dev) | [Checkout the Examples](https://pdfslick.dev/examples)
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
## Thanks
|
|
177
|
+
- [Vane Kosturanov](https://kosturanov.com/portfolio/logo-branding-design) for designing the logo
|
|
178
|
+
- [VS Code Icons](https://github.com/microsoft/vscode-codicons) for the icons used throughout the examples
|