@libresign/pdf-elements 0.2.3 → 0.2.5

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 CHANGED
@@ -24,6 +24,7 @@ A Vue 2 component for rendering PDFs with draggable and resizable element overla
24
24
  | `hideSelectionUI` | Boolean | `false` | Hide selection handles and actions UI |
25
25
  | `showSelectionHandles` | Boolean | `true` | Show resize/move handles on selected elements |
26
26
  | `showElementActions` | Boolean | `true` | Show action buttons on selected elements |
27
+ | `readOnly` | Boolean | `false` | Disable drag, resize, and actions for elements |
27
28
  | `pageCountFormat` | String | `'{currentPage} of {totalPages}'` | Format string for page counter |
28
29
  | `autoFitZoom` | Boolean | `false` | Automatically adjust zoom to fit viewport on window resize |
29
30