ai-renamer
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"license": "GPL-3.0", | ||
@@ -4,0 +4,0 @@ "name": "ai-renamer", |
@@ -10,2 +10,8 @@ # ai-renamer | ||
Rename images | ||
https://github.com/ozgrozer/ai-renamer/assets/651938/0d229179-8385-4f17-a9fb-44d40c79d1e9 | ||
Rename files | ||
https://github.com/ozgrozer/ai-renamer/assets/651938/7ac84a2d-8e05-4756-8827-3bd746b3edae | ||
@@ -12,0 +18,0 @@ |
module.exports = ({ ext }) => { | ||
const imageTypes = ['.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tif', '.tiff', '.webp', '.svg', '.eps'] | ||
const imageTypes = ['.jpg', '.jpeg', '.png', '.bmp', '.tif', '.tiff'] | ||
return imageTypes.includes(ext) | ||
} |
@@ -27,3 +27,3 @@ module.exports = [ | ||
// image files | ||
'.jpg', '.jpeg', '.png', '.gif', '.bmp', '.tif', '.tiff', '.webp', '.svg', '.eps', | ||
'.jpg', '.jpeg', '.png', '.bmp', '.tif', '.tiff', | ||
@@ -30,0 +30,0 @@ // handled separately in code |
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
47575
84