=== Curved Text Block === Contributors: codingdude Tags: block, editor, curved text, typography Requires at least: 6.5 Donate link: https://www.paypal.com/paypalme/psddude Tested up to: 6.8 Requires PHP: 7.4 Stable tag: 0.1.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html A customizable WordPress block for adding curved text to your posts and pages. Created by @codingdude. == Description == 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](https://profiles.wordpress.org/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](https://www.mockofun.com/tutorials/curved-text-generator/) — a free online tool for exporting curved text designs. == Installation == 1. Upload the plugin folder to the `/wp-content/plugins/` directory or install via the WordPress plugin admin panel. 2. Activate the plugin through the ‘Plugins’ screen in WordPress. 3. Add the "Curved Text" block in the editor where you want curved text to appear. == 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: 1. Run `npm install` 2. Run `npm run build` == Frequently Asked Questions == = Can I export the text as an image? = The block itself is editable in the post/page editor. To export a curved text design as an image or vector file, use the free [Curved Text Generator](https://www.mockofun.com/tutorials/curved-text-generator/). = Can I change the direction or radius of the curve? = Yes. The block includes controls for adjusting the curve radius, direction (clockwise/counter-clockwise), and other styling options. == Screenshots == 1. Block interface in the editor 2. Customizing the curve radius 3. Example of curved text in a post == Changelog == = 0.1.0 = * Initial release of the Curved Text Block plugin. == Upgrade Notice == = 0.1.0 = First release — adds a new block to insert and customize curved text.