@kopjra/pdf-sentinel 1.2.1 → 1.4.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 CHANGED
@@ -162,6 +162,7 @@ interface PdfSentinelResult {
162
162
  zoomOut: () => void;
163
163
  resetZoom: () => void;
164
164
  scrollToPage: (pageNumber: number) => void;
165
+ scrollToPosition: (position: { x: number; y: number; behavior?: ScrollBehavior }) => void;
165
166
  download: () => void;
166
167
  };
167
168
  }