Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/balajmarius/svg2jsx
🍃 Transform SVG to valid JSX.
https://github.com/balajmarius/svg2jsx
next-js svg-to-react typescript vercel
Last synced: 27 days ago
JSON representation
🍃 Transform SVG to valid JSX.
- Host: GitHub
- URL: https://github.com/balajmarius/svg2jsx
- Owner: balajmarius
- License: mit
- Created: 2017-04-20T11:55:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T06:39:28.000Z (10 months ago)
- Last Synced: 2024-09-30T14:41:04.446Z (about 1 month ago)
- Topics: next-js, svg-to-react, typescript, vercel
- Language: TypeScript
- Homepage: https://svg2jsx.com/
- Size: 1.55 MB
- Stars: 1,769
- Watchers: 11
- Forks: 61
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - svg2jsx
README
# svg2jsx 🍃
> Transform SVG into valid JSX
## Develop
```bash
yarn development
```## Build
```bash
yarn build
```## Start
```bash
yarn start
```