1.0.2 • Published 8 years ago

trunc-text v1.0.2

Weekly downloads
9,271
License
MIT
Repository
github
Last release
8 years ago

trunc-text

Build Status

truncate text by length, doesn't cut words

install

using npm.

npm install -S trunc-text

features

  • 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