Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zsvgr

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zsvgr - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"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.**
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc