vue3-pdfjs
Advanced tools
Comparing version 0.1.2 to 0.1.3
import { PDFDataRangeTransport } from 'pdfjs-dist'; | ||
import type { DocumentInitParameters, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api'; | ||
import { DocumentInitParameters, PDFDocumentLoadingTask } from 'pdfjs-dist/types/src/display/api'; | ||
export declare const createLoadingTask: (src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters) => typeof PDFDocumentLoadingTask; |
@@ -1,3 +0,3 @@ | ||
import type { PDFDataRangeTransport } from 'pdfjs-dist'; | ||
import type { DocumentInitParameters } from 'pdfjs-dist/types/src/display/api'; | ||
import { PDFDataRangeTransport } from 'pdfjs-dist'; | ||
import { DocumentInitParameters } from 'pdfjs-dist/types/src/display/api'; | ||
export interface VuePdfPropsType { | ||
@@ -4,0 +4,0 @@ src: string | URL | Uint8Array | PDFDataRangeTransport | typeof DocumentInitParameters; |
@@ -8,3 +8,3 @@ { | ||
"license": "MIT", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"private": false, | ||
@@ -11,0 +11,0 @@ "main": "cjs/index.js", |
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
224066
16
4717