mini-svg-data-uri
Advanced tools
Comparing version 1.4.3 to 1.4.4
{ | ||
"name": "mini-svg-data-uri", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Small, efficient encoding of SVG data URIs for CSS, HTML, etc.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -59,4 +59,4 @@ Mini SVG `data:` URI | ||
```sh | ||
mini-svg-to-data-uri file.svg # writes to stdout | ||
mini-svg-to-data-uri file.svg file.svg.uri # writes to the given output filename | ||
mini-svg-data-uri file.svg # writes to stdout | ||
mini-svg-data-uri file.svg file.svg.uri # writes to the given output filename | ||
``` | ||
@@ -63,0 +63,0 @@ |
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
10460