Enabling RTL
To enable RTL support, simply passisRTL: true in the options object when calling renderToImage.
To display the text correctly, you must use a font that supports the specific
language characters. We recommend checking Google
Fonts for a wide selection of
compatible fonts.

Template Support
All built-in templates (likebasic) fully support RTL. In custom JSX templates, use isRTL with clsx for conditional layout: