trunc-text
v1.0.2
Published
truncate text by length, doesn't cut words
Downloads
26,044
Readme
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
