svgfusion 1.0.0 → 1.0.1

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.
Files changed (2) hide show
  1. package/README.md +14 -14
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,19 +1,19 @@
1
1
  <div align="center">
2
2
  <img src="./logo.png" alt="SVGFusion Logo" width="120" height="120">
3
-
4
- # SVGFusion
5
-
6
- **Transform SVG files into production-ready React and Vue 3 components**
7
-
8
- A powerful CLI tool and library that converts SVG files into optimized React and Vue components with built-in TypeScript support, smart naming conventions, and flexible configuration options.
9
-
10
- [![npm version](https://badge.fury.io/js/svgfusion.svg)](https://badge.fury.io/js/svgfusion)
11
- [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
12
- [![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://reactjs.org/)
13
- [![Vue.js](https://img.shields.io/badge/Vue.js-35495E?style=flat&logo=vue.js&logoColor=4FC08D)](https://vuejs.org/)
14
-
15
- [📚 Documentation](https://svgfusion.netlify.app) • [🎮 Playground](https://svgfusion.netlify.app/playground) • [📦 NPM](https://www.npmjs.com/package/svgfusion)
16
-
3
+
4
+ # SVGFusion
5
+
6
+ **Transform SVG files into production-ready React and Vue 3 components**
7
+
8
+ A powerful CLI tool and library that converts SVG files into optimized React and Vue components with built-in TypeScript support, smart naming conventions, and flexible configuration options.
9
+
10
+ [![npm version](https://badge.fury.io/js/svgfusion.svg)](https://badge.fury.io/js/svgfusion)
11
+ [![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=flat&logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
12
+ [![React](https://img.shields.io/badge/React-20232A?style=flat&logo=react&logoColor=61DAFB)](https://reactjs.org/)
13
+ [![Vue.js](https://img.shields.io/badge/Vue.js-35495E?style=flat&logo=vue.js&logoColor=4FC08D)](https://vuejs.org/)
14
+
15
+ [📚 Documentation](https://svgfusion.netlify.app) • [🎮 Playground](https://svgfusion.netlify.app/playground) • [📦 NPM](https://www.npmjs.com/package/svgfusion)
16
+
17
17
  </div>
18
18
 
19
19
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svgfusion",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "A powerful CLI tool and library that converts SVG files into production-ready React and Vue 3 components with TypeScript support and automatic optimization.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -48,7 +48,7 @@
48
48
  "type": "git",
49
49
  "url": "git+https://github.com/lolvOid/svgfusion.git"
50
50
  },
51
- "homepage": "https://github.com/lolvOid/svgfusion#readme",
51
+ "homepage": "https://svgfusion.netlify.app",
52
52
  "bugs": {
53
53
  "url": "https://github.com/lolvOid/svgfusion/issues"
54
54
  },