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

https://github.com/guoyunhe/svg-scripts

Transform SVG to React components
https://github.com/guoyunhe/svg-scripts

Last synced: 3 months ago
JSON representation

Transform SVG to React components

Awesome Lists containing this project

README

        

# svg-scripts

## Install

### Run directly

```bash
npx svg-scripts
```

### Install on system

```bash
npm i -g svg-scripts
%binName%
```

### Install in project

```bash
npm i -D svg-scripts
```

Add script entry:

```json
{
"scripts": {
"%binName%": "%binName%"
}
}
```

Run:

```bash
npm run %binName%
```

## Options

### `--help`

Show help

### `--version`

Show version