document-viewer-ts
Advanced tools
Comparing version 0.6.0-legacy to 0.6.1-legacy
@@ -65,2 +65,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
const pageDiv = document.createElement('div'); | ||
pageDiv.className = 'page-label'; | ||
const outOfDiv = document.createElement('div'); | ||
@@ -67,0 +68,0 @@ const pageCountDiv = document.createElement('div'); |
@@ -68,2 +68,3 @@ "use strict"; | ||
const pageDiv = document.createElement('div'); | ||
pageDiv.className = 'page-label'; | ||
const outOfDiv = document.createElement('div'); | ||
@@ -70,0 +71,0 @@ const pageCountDiv = document.createElement('div'); |
{ | ||
"name": "document-viewer-ts", | ||
"version": "0.6.0-legacy", | ||
"version": "0.6.1-legacy", | ||
"description": "PDF and MS Doc viewer written in TypeScript for React and vanilla JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/lib/index.js", |
@@ -10,3 +10,3 @@ | ||
### Installation | ||
Requires peer dependency `pdfjs-dist` at version `2.14.0` or higher: | ||
Requires peer dependency `pdfjs-dist`: | ||
@@ -13,0 +13,0 @@ ``` |
Sorry, the diff of this file is not supported yet
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
62306
836