Curved Text Block
by codingdude on WordPress.org
A customizable WordPress block for adding curved text to your posts and pages. Created by @codingdude.

Block interface in the editor
Curved Text Block is a custom Gutenberg block plugin that allows you to easily add curved text to your content. It’s perfect for headings, design elements, or emphasizing key phrases with visual flair.
Created by @codingdude, this block is simple to use and highly customizable — adjust radius, direction, alignment, and more.
If you’re looking to quickly create curved text as an image or SVG, you can also try the Curved Text Generator — a free online tool for exporting curved text designs.
Development
The original (non-minified) source files for this plugin are included in the /src directory.
You can use npm and webpack to build the final production code in /build.
To build from source:
- Run
npm install - Run
npm run build