@embedpdf/plugin-annotation 1.0.18 → 1.0.19

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.
@@ -1355,8 +1355,10 @@ function RenderAnnotation({
1355
1355
  const task = annotationProvides.renderAnnotation({
1356
1356
  pageIndex,
1357
1357
  annotation,
1358
- scaleFactor,
1359
- dpr: window.devicePixelRatio
1358
+ options: {
1359
+ scaleFactor,
1360
+ dpr: window.devicePixelRatio
1361
+ }
1360
1362
  });
1361
1363
  task.wait((blob) => {
1362
1364
  const url = URL.createObjectURL(blob);