Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "pdf2pic", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A utility for converting pdf to image and base64 format.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -42,4 +42,4 @@ # PDF2Pic | ||
density: 100, | ||
savename: "untitled", | ||
savedir: "./images", | ||
saveFilename: "untitled", | ||
savePath: "./images", | ||
format: "png", | ||
@@ -46,0 +46,0 @@ width: 600, |
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
18331