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.
- Host: GitHub
- URL: https://github.com/basemax/convertsvgshapetopath
- Owner: BaseMax
- License: gpl-3.0
- Created: 2021-12-10T19:59:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-14T08:38:33.000Z (almost 4 years ago)
- Last Synced: 2025-05-04T21:45:36.529Z (5 months ago)
- Topics: svg, svg-convert, svg-converter, svgo, svgo-example, svgo-plugin, svgo-sample
- Language: JavaScript
- Homepage:
- Size: 32.2 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).