An open API service indexing awesome lists of open source software.

https://github.com/dxcweb/svg-to-react

Transform SVG into React components
https://github.com/dxcweb/svg-to-react

javascript jsx react svg svg-to-jsx svg-to-react

Last synced: 4 days ago
JSON representation

Transform SVG into React components

Awesome Lists containing this project

README

        

# svg-to-react

svg在线压缩并转换为jsx语法的react组件,在react中优雅的使用svg。

[在线链接](https://dxcweb.com/svg-to-react/)

## 开发

```
yarn
yarn start
open http://localhost:8888/
```

## 构建

```
yarn build
```