check-images
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -54,2 +54,5 @@ /** | ||
.save(filePath + '/' + filename); | ||
console.log(filename + '已被拉伸1像素'); | ||
} | ||
@@ -56,0 +59,0 @@ else { |
{ | ||
"name": "check-images", | ||
"version": "1.0.0", | ||
"dependencies": { | ||
"images": "^3.0.0" | ||
}, | ||
"version": "1.0.1", | ||
"description": "Check whether the height of the picture is in line with the specification", | ||
@@ -5,0 +8,0 @@ "main": "index.js", |
# check-images | ||
简单的切图自动化工具,用来检测sprite中的图片是否符合规范(高度必须为偶数),防止合成单倍精灵图时position出错 | ||
简单的切图自动化工具,用来检测sprite中的图片是否符合规范(高度必须为偶数),防止合成单倍精灵图时position出错, | ||
如遇到不符合规范的图片,则会自动拉伸1像素 | ||
@@ -6,0 +7,0 @@ ## Installation |
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
3480
63
25
1
+ Addedimages@^3.0.0
+ Addedimages@3.2.4(transitive)