1.0.2 • Published 10 years ago
trunc-text v1.0.2
trunc-text
truncate text by length, doesn't cut words
install
using npm.
npm install -S trunc-textfeatures
- fast
- truncates by complete words, not just by characters
trunc(text, limit)
Returns the result of truncating the provided text by limit.
limit
Maximum amount of text characters allowed. When the limit is reached, the algorithm will trace back to the last word separator and trim the rest into a … glyph.
related
license
MIT