check-images
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -14,6 +14,6 @@ /** | ||
module.exports = readFile; | ||
module.exports = checkImages(); | ||
function readFile(filePath) { | ||
function checkImages(filePath) { | ||
@@ -20,0 +20,0 @@ // 判断文件需要时间,则必须同步 |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Check whether the height of the picture is in line with the specification", | ||
@@ -9,0 +9,0 @@ "main": "index.js", |
@@ -21,5 +21,5 @@ | ||
checkImg.readFile(filePath); | ||
checkImg(filePath); | ||
``` | ||
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
3479