We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7ea2b8 + d5f9b76 commit e50c6efCopy full SHA for e50c6ef
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@libresign/pdf-elements",
3
"description": "PDF viewer with draggable and resizable element overlays for Vue 3",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"author": "LibreCode <contact@librecode.coop>",
6
"private": false,
7
"main": "dist/index.js",
@@ -11,7 +11,9 @@
11
".": {
12
"import": "./dist/index.js",
13
"types": "./dist/index.d.ts"
14
- }
+ },
15
+ "./src/components/PDFElements.vue": "./src/components/PDFElements.vue",
16
+ "./src/utils/asyncReader": "./src/utils/asyncReader.ts"
17
},
18
"repository": {
19
"type": "git",
0 commit comments