✂️Truncate Text
Last updated
Last updated
text
string
The text to be truncated.
[limit]
number
25
The maximum length of text before truncation (default is 25).
[fromEnd]
boolean
false
If true, truncation will be performed from the end of the text (default is false).