svg-toolbox 1.1.10 → 1.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<h1 align="center">
|
|
2
2
|
<br/>
|
|
3
|
-
<img width="
|
|
3
|
+
<img width="260" alt="image" src="https://github.com/user-attachments/assets/fcb0c4f5-8094-44d2-bfca-e4b5f5120f73" />
|
|
4
4
|
<br/>
|
|
5
5
|
</h1>
|
|
6
6
|
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
# SVG Utility Functions
|
|
9
9
|
This module provides utility functions for working with SVG elements and files, including creating, cloning, merging, converting SVG to Base64, comparing SVG images, normalizing path data, and converting SVG to PNG format.
|
|
10
10
|
|
|
11
|
-
[](https://www.npmjs.com/package/svg-toolbox)
|
|
12
|
+
[](https://www.npmjs.com/package/svg-toolbox)
|
|
13
|
+
[](https://www.npmjs.com/package/svg-toolbox)
|
|
13
14
|
|
|
14
15
|
## Installation
|
|
15
16
|
```bash
|