1.2.0 • Published 5 years ago

truncate-txt v1.2.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

What is this ?

Used to show that words have been omitted from a quotation or to create a pause for effect, show an unfinished thought or show a trail off into silence.

Installation

npm i truncate-txt --save

Usage

...

import truncate from 'truncate-txt';

truncate('Lorem ipsum dolor sit amet, consectetur adipiscing elit', 20);

...

Options

Truncate Text supports two options which are:

  • Option 1 - string
  • Option 2 - integer (Defaults to null)