https://github.com/moethu/gosvgreplace
svg content replace service written in go
https://github.com/moethu/gosvgreplace
Last synced: 3 months ago
JSON representation
svg content replace service written in go
- Host: GitHub
- URL: https://github.com/moethu/gosvgreplace
- Owner: moethu
- Created: 2020-12-20T15:19:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-20T15:30:50.000Z (over 4 years ago)
- Last Synced: 2023-03-13T22:45:35.880Z (over 2 years ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gosvgreplace
this is a simple svg content replace service. It obtains some svg content from a source url, replaces hyphens and content and returns the result.
```
POST http://localhost:4211/render{
"source":"https://www.flaticon.com/svg/static/icons/svg/3208/3208726.svg",
"removeHypens":true,
"replace": {"7a8c98":"fff"}
}
```