svg-wc-icons
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -0,1 +1,10 @@ | ||
#!/usr/bin/env node | ||
/** | ||
Usage: | ||
web-icons test.svg --output test_icon.js | ||
web-icons --src './test/svg_files' --dest './test/dest' | ||
web-icons --src './test/svg_files' --dest './test/dest' --svgoConfig config.js | ||
web-icons --src './test/svg_files' --dest './test/dest' --prefix hr | ||
*/ | ||
"use strict"; | ||
@@ -9,9 +18,2 @@ | ||
/** | ||
Usage: | ||
web-icons test.svg --output test_icon.js | ||
web-icons --src './test/svg_files' --dest './test/dest' | ||
web-icons --src './test/svg_files' --dest './test/dest' --svgoConfig config.js | ||
web-icons --src './test/svg_files' --dest './test/dest' --prefix hr | ||
*/ | ||
const path = require('path'); | ||
@@ -18,0 +20,0 @@ |
{ | ||
"name": "svg-wc-icons", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Tool to generate webcomponent icons from svg files", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
/** | ||
@@ -2,0 +3,0 @@ Usage: |
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
18709
614