arabic-formatter
v0.0.1
Published
format arabic text to fit letters to static shapes
Downloads
2
Maintainers
Readme
arabicFormatter.format("text",?leftToRight) => "formattedText"
Transforms arabic letters to a static shape according to their position in the text.
- "text": The text to format.
- ?leftToRight: If set to true it will reverse the text and make it left to right.
- "formattedText": The text after being formatted.