The script Arabic Text.jsx is a specialized tool for Adobe After Effects
const ArabicText = ( text, linkUrl, linkText, isRTL = true ) => return ( <div dir=isRTL ? 'rtl' : 'ltr' lang="ar" style= direction: isRTL ? 'rtl' : 'ltr' > <span>text</span>' ' <a href=linkUrl target="_blank" rel="noopener noreferrer"> linkText </a> </div> ); ; Arabic Text.jsx --39-LINK--39-
: If pasting from Word or a web browser, the text often breaks. Run the script pasting to restore the correct visual flow. The script Arabic Text
import React from 'react';