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

https://github.com/basemax/convertsvgshapetopath

A nodejs-based program to convert shape based SVG to path by using SVGO library.
https://github.com/basemax/convertsvgshapetopath

svg svg-convert svg-converter svgo svgo-example svgo-plugin svgo-sample

Last synced: 5 months ago
JSON representation

A nodejs-based program to convert shape based SVG to path by using SVGO library.

Awesome Lists containing this project

README

          

# Convert SVG Shapes To Path(s)

A nodejs-based program to convert shape based SVG to path by using **SVGO** library.

## Example

### Input

```svg





```

### Output

```svg





```

## TODO

`svgo.config.js` config file not work when we tring to load its inside [`.js` file](https://github.com/BaseMax/convertSVGShapeToPath/blob/main/svg-converter.js#L7).