trimoji — Unicode and emoji-aware text truncation for JavaScript
📰 Dev.to · Kunal Tanwar
The problem Most text truncation in JavaScript looks like this: str.slice(0, 100) +...
The problem Most text truncation in JavaScript looks like this: str.slice(0, 100) +...