okunishinishi/node-textconv

View on GitHub
example/example-chop.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

const textconv = require('textconv')

let chopped = textconv.chop('This is a long long text', 18, { ellipsis: true })
console.log(chopped) // => This is a long ...