@pdfslick/solid 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 +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -85,3 +85,6 @@ Provided with the PDF Document path and options object, the `usePDFSlick()` hook
|
|
|
85
85
|
|
|
86
86
|
[More on using PDFSlick with Solid](https://pdfslick.dev/docs/solid) | [Checkout the SolidJS Examples](./apps/solidweb/src/examples)
|
|
87
87
|
|
|
88
|
+
## Thanks
|
|
89
|
+
- [Vane Kosturanov](https://kosturanov.com/portfolio/logo-branding-design) for designing the logo
|
|
90
|
+
- [VS Code Icons](https://github.com/microsoft/vscode-codicons) for the icons used throughout the examples
|