This is a simple tool for generating radial text rings. You have several options for styling such as font color, font size, background color, etc. It offers a real-time preview of the output and you can also export the text ring to image files later.
The UI:
And the output:
You may have a try here: Radial Text Generator
This is a personal practice for React learning and all comments are welcomed.
It uses SVG for real-time rendering and exports images with canvas APIs. The converter is written as a reusable component locates in src/components/svgToImage
.
Delivered under the MIT License.