document-viewer-ts
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -126,2 +126,5 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
}; | ||
window.addEventListener('resize', () => { | ||
scaleTextLayer(textLayerDiv, textContent, pdfPage, canvas, viewport); | ||
}); | ||
}); | ||
@@ -128,0 +131,0 @@ const skipPage = (direction) => () => { |
@@ -129,2 +129,5 @@ "use strict"; | ||
}; | ||
window.addEventListener('resize', () => { | ||
scaleTextLayer(textLayerDiv, textContent, pdfPage, canvas, viewport); | ||
}); | ||
}); | ||
@@ -131,0 +134,0 @@ const skipPage = (direction) => () => { |
{ | ||
"name": "document-viewer-ts", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52177
631