@vue-pdf-viewer/annotation 1.6.0-beta.0 → 1.6.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/README.md +2 -2
- package/dist/index.js +314 -299
- package/dist/index.umd.cjs +10 -10
- package/dist/utils/xfdfSerializer.d.ts +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,13 +16,13 @@ Your annotations aren't locked in either. You can save, print, or export them fo
|
|
|
16
16
|
- Free text - add text annotations anywhere on the document
|
|
17
17
|
- Add images - insert images directly into your PDFs
|
|
18
18
|
- Full export support - save, print, and download annotations for use in other applications
|
|
19
|
+
- Strikethrough - cross out text with strike-through annotations
|
|
20
|
+
- Underline - emphasize text with underline markup
|
|
19
21
|
|
|
20
22
|
### :rocket: Coming soon
|
|
21
23
|
|
|
22
24
|
- Draw - freehand drawing with pen tools
|
|
23
25
|
- Insert shapes - rectangles, circles, arrows, and more
|
|
24
|
-
- Strikethrough - cross out text with strike-through annotations
|
|
25
|
-
- Underline - emphasize text with underline markup
|
|
26
26
|
- Add stamps - insert approval stamps and custom graphics
|
|
27
27
|
|
|
28
28
|
## **License**
|