image-convert
Advanced tools
Comparing version 0.1.301 to 0.1.302
@@ -19,2 +19,4 @@ // Copyright 2016 Arshpreet Wadehra | ||
callback(new Error("URL REQUIRED"),null); | ||
else if (typeof callback != "function") | ||
return new Error("Function Required"); | ||
let img = arguments[0]; | ||
@@ -21,0 +23,0 @@ if(typeof quality[1] != "function") |
{ | ||
"name": "image-convert", | ||
"version": "0.1.301", | ||
"version": "0.1.302", | ||
"description": "convert image and return static jpg and can resize from URL", | ||
@@ -5,0 +5,0 @@ "main": "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
3581
42