Comparing version 0.0.1 to 0.0.2
{ | ||
"packageManager": "npm@10.8.2", | ||
"name": "zsvgr", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "./lib/zsvgr.js", | ||
@@ -6,0 +6,0 @@ "type": "module", |
@@ -1,6 +0,6 @@ | ||
# SVGR | ||
# ZSVGR | ||
**SVGR** - SVG Resizer Powered by SVGO | ||
**ZSVGR** - Zee™ SVG Resizer Powered by SVGO | ||
**Svgr** is an efficient npm package for resizing and optimizing SVG files using the powerful SVGO (SVG Optimizer). It offers a straightforward solution to adjust SVG dimensions while maintaining high quality and optimizing file size. | ||
**Zee™SVGR** is an efficient npm package for resizing and optimizing SVG files using the powerful SVGO (SVG Optimizer). It offers a straightforward solution to adjust SVG dimensions while maintaining high quality and optimizing file size. | ||
@@ -16,6 +16,6 @@ ## Features | ||
To install **svgr**, use npm: | ||
To install **zsvgr**, use npm: | ||
```bash | ||
npm install svgr | ||
npm install zsvgr | ||
``` | ||
@@ -25,9 +25,9 @@ | ||
**svgr** | ||
The primary entry point for the package. It is located in **lib/svgr.js** and can be used as import. | ||
**zsvgr** | ||
The primary entry point for the package. It is located in **lib/zsvgr.js** and can be used as an import too. | ||
```javascript | ||
import svgr from 'svgr' | ||
import zsvgr from 'zsvgr' | ||
const result = svgr('svg-string', options) | ||
const result = zsvgr('svgString', options) | ||
@@ -48,2 +48,3 @@ // Options include SVGO's configuration settings with an additional 'customSize' parameter for the scale factor (defaults to 16). | ||
zeenoliev@gmail.com | ||
https://github.com/MasterZeeno | ||
@@ -53,8 +54,1 @@ ## License | ||
MIT License. See the LICENSE file for details. | ||
## Contributing | ||
Contributions are welcome! Please open an issue or submit a pull request to contribute to the project. | ||
## Changelog | ||
For updates and changes, please refer to the **CHANGELOG.** |
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
77845
51