@profpowell/pdf-viewer 0.1.0 → 0.2.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 +125 -4
- package/dist/pdf-viewer.js +2277 -2267
- package/package.json +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@profpowell/pdf-viewer",
|
|
3
|
-
"version": "0.
|
|
4
|
-
"description": "A PDF viewer web component wrapping PDF.js with navigation, zoom, search, thumbnails, and
|
|
3
|
+
"version": "0.2.0",
|
|
4
|
+
"description": "A PDF viewer web component wrapping PDF.js with navigation, zoom, search, thumbnails, dark mode, and Vanilla Breeze design-token compatibility",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/pdf-viewer.js",
|
|
7
7
|
"module": "dist/pdf-viewer.js",
|
|
@@ -44,6 +44,8 @@
|
|
|
44
44
|
"pdf",
|
|
45
45
|
"pdfjs",
|
|
46
46
|
"dark-mode",
|
|
47
|
+
"vanilla-breeze",
|
|
48
|
+
"design-tokens",
|
|
47
49
|
"profpowell-web-components"
|
|
48
50
|
],
|
|
49
51
|
"author": "Prof Thomas Powell",
|