@vue-pdf-viewer/annotation 1.0.0-beta.4 → 1.0.0-rc.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/package.json +18 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue-pdf-viewer/annotation",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-rc.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
7
7
|
"module": "./dist/index.js",
|
|
@@ -42,5 +42,22 @@
|
|
|
42
42
|
"vite-svg-loader": "^5.1.0",
|
|
43
43
|
"vitest": "^3.1.3",
|
|
44
44
|
"vue-tsc": "^0.40.4"
|
|
45
|
+
},
|
|
46
|
+
"description": "An annotation plugin of vue-pdf-viewer for Vue and Nuxt. Suitable for vue-pdf document.",
|
|
47
|
+
"keywords": [
|
|
48
|
+
"vue-pdf-viewer tools",
|
|
49
|
+
"vue pdf annotation",
|
|
50
|
+
"vue pdf viewer annotation",
|
|
51
|
+
"vue-pdf annotation",
|
|
52
|
+
"vue-pdf-viewer annotation",
|
|
53
|
+
"pdf-viewer annotation",
|
|
54
|
+
"nuxt-pdf annotation"
|
|
55
|
+
],
|
|
56
|
+
"author": "Vue PDF Viewer <david@vue-pdf-viewer.dev>",
|
|
57
|
+
"license": "See license section",
|
|
58
|
+
"homepage": "https://www.vue-pdf-viewer.dev",
|
|
59
|
+
"url": "https://github.com/vue-pdf-viewer/vue-pdf-viewer",
|
|
60
|
+
"bugs": {
|
|
61
|
+
"url": "https://github.com/vue-pdf-viewer/vue-pdf-viewer/issues/new"
|
|
45
62
|
}
|
|
46
63
|
}
|