aisvg2sprite
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "aisvg2sprite", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Convert illustrator(ai) SVG to pretty SVG sprite", | ||
@@ -5,0 +5,0 @@ "preferGlobal": true, |
@@ -18,4 +18,4 @@ # aisvg2sprite | ||
-v get version | ||
-f, --remove-fill [pattern] remove fill attributes by [pattern] | ||
-s, --remove-stroke [pattern] remove stroke attributes by [pattern] | ||
-f, --remove-fill [pattern] remove fill attributes by [pattern](default [a-f0-9]) | ||
-s, --remove-stroke [pattern] remove stroke attributes by [pattern](default [a-f0-9]) | ||
-m, --minimize minimize output svg file | ||
@@ -22,0 +22,0 @@ -d, --demo create demo.html |
Sorry, the diff of this file is not supported yet
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
9638