@ligangyan/react-pdf
Advanced tools
Comparing version 9.1.3-SNAPSHOT to 9.1.5-SNAPSHOT
@@ -48,3 +48,3 @@ "use strict"; | ||
const { imageResourcesPath, linkService, onGetAnnotationsError: onGetAnnotationsErrorProps, onGetAnnotationsSuccess: onGetAnnotationsSuccessProps, onRenderAnnotationLayerError: onRenderAnnotationLayerErrorProps, onRenderAnnotationLayerSuccess: onRenderAnnotationLayerSuccessProps, page, pdf, renderForms, rotate, scale = 1, pageNumber, highlight, } = mergedProps; | ||
console.log('highlight in AnnotationLayer:', highlight); | ||
// console.log('highlight in AnnotationLayer:', highlight); | ||
const XYWHPToScaledLTWHP = (xywhp, height, scale) => { | ||
@@ -51,0 +51,0 @@ const scaledXYWHP = { |
@@ -19,3 +19,3 @@ 'use client'; | ||
const { imageResourcesPath, linkService, onGetAnnotationsError: onGetAnnotationsErrorProps, onGetAnnotationsSuccess: onGetAnnotationsSuccessProps, onRenderAnnotationLayerError: onRenderAnnotationLayerErrorProps, onRenderAnnotationLayerSuccess: onRenderAnnotationLayerSuccessProps, page, pdf, renderForms, rotate, scale = 1, pageNumber, highlight, } = mergedProps; | ||
console.log('highlight in AnnotationLayer:', highlight); | ||
// console.log('highlight in AnnotationLayer:', highlight); | ||
const XYWHPToScaledLTWHP = (xywhp, height, scale) => { | ||
@@ -22,0 +22,0 @@ const scaledXYWHP = { |
{ | ||
"name": "@ligangyan/react-pdf", | ||
"version": "9.1.3-SNAPSHOT", | ||
"version": "9.1.5-SNAPSHOT", | ||
"description": "Display PDFs in your React app as easily as if they were images.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
559339