pdfjs-annotation-extension-for-react 0.1.4 → 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 +33 -30
- package/dist/{exceljs.min-CMjPUDcS.cjs → exceljs.min-B5c5PPGJ.cjs} +1 -1
- package/dist/{exceljs.min-Dh79U1RF.js → exceljs.min-DbvGAX2r.js} +1 -1
- package/dist/{index-CFQdWq34.js → index-CzUW2GJH.js} +20532 -20022
- package/dist/index-D3SubjD7.cjs +397 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +36 -12
- package/dist/index.es.js +1 -1
- package/dist/pdfjs-annotation-extension-for-react.css +1 -1
- package/package.json +1 -1
- package/dist/index-rsibqSCw.cjs +0 -397
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pdfjs-annotation-extension-for-react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "A lightweight, extensible React PDF annotator and viewer built on top of PDF.js. Supporting the editing of existing PDF file annotations, posting comments, replying, submitting annotation data, and loading for further editing.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pdf",
|