Skip to content

Commit 12741f1

Browse files
committed
update docs
1 parent 838eb8d commit 12741f1

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# svg-to-react (and more)
1+
# svg-to-react-vue-angular-svelte-component
22

33
Convert your SVG icons (e.g. from Figma) into reusable components for **React**, **Vue**, **Svelte**, and **Angular** β€” all with proper props, accessibility support, and TypeScript.
44

@@ -17,33 +17,6 @@ Convert your SVG icons (e.g. from Figma) into reusable components for **React**,
1717

1818
---
1919

20-
## πŸ“ Folder Structure
21-
22-
```
23-
svg-to-react/
24-
β”œβ”€β”€ dist/
25-
β”‚ β”œβ”€β”€ react/
26-
β”‚ β”œβ”€β”€ vue/
27-
β”‚ β”œβ”€β”€ svelte/
28-
β”‚ └── angular/
29-
β”œβ”€β”€ src/
30-
β”‚ β”œβ”€β”€ icons-svg/ # Input .svg files
31-
β”‚ β”œβ”€β”€ generators/ # Per-framework generators
32-
β”‚ β”‚ β”œβ”€β”€ react.ts
33-
β”‚ β”‚ β”œβ”€β”€ vue.ts
34-
β”‚ β”‚ β”œβ”€β”€ svelte.ts
35-
β”‚ β”‚ └── angular.ts
36-
β”‚ β”œβ”€β”€ shared/ # Utility and parser functions
37-
β”‚ β”‚ β”œβ”€β”€ parser.ts
38-
β”‚ β”‚ └── utils.ts
39-
β”‚ └── main.ts # Entrypoint
40-
β”œβ”€β”€ package.json
41-
β”œβ”€β”€ tsconfig.json
42-
└── README.md
43-
```
44-
45-
---
46-
4720
## πŸš€ Usage
4821

4922
### 1. Install

0 commit comments

Comments
Β (0)