parallax/jsPDF
GitHub で見るReverse the text in the HTML element while using html method
Open
#3,094 opened on 2021年2月16日
Bugdifficulty:mediumhacktoberfest
Repository metrics
- Stars
- (28,280 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
Using the html method with HTML element RTL text will result in reversed text for example: אב -> בא This can be solved with function before cloning the element or option on the method.
At the moment i solved it with regex + string.replace method, but that can become an issue in large text.