pdf-to-png-converter
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -1,2 +0,2 @@ | ||
import { normalizePath } from './normalize.path'; | ||
import { normalizePath } from './normalizePath'; | ||
export const PDF_TO_PNG_OPTIONS_DEFAULTS = { | ||
@@ -3,0 +3,0 @@ viewportScale: 1, |
@@ -1,2 +0,2 @@ | ||
export { pdfToPng } from './pdf.to.png'; | ||
export { pdfToPng } from './pdfToPng'; | ||
export * from './types'; |
@@ -1,2 +0,2 @@ | ||
export { pdfToPng } from './pdf.to.png'; | ||
export { pdfToPng } from './pdfToPng'; | ||
export * from './types'; |
export type { PdfToPngOptions } from './pdf.to.png.options'; | ||
export type { PngPageOutput } from './png.page.output'; | ||
export type { VerbosityLevel } from './verbosity.level'; |
{ | ||
"name": "pdf-to-png-converter", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Node.js utility to convert PDF file/buffer pages to PNG files/buffers with no native dependencies.", | ||
@@ -54,3 +54,3 @@ "keywords": [ | ||
"eslint": "^9.16.0", | ||
"png-visual-compare": "^2.1.0", | ||
"png-visual-compare": "^2.2.1", | ||
"rimraf": "^6.0.1", | ||
@@ -57,0 +57,0 @@ "typescript": "^5.7.2", |
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
20002
23
383