npm.io
1.2.0 • Published 7 years ago

truncate-txt

Licence
ISC
Version
1.2.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0

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)