UNPKG

162 BJavaScriptView Raw
1var textconv = require('textconv');
2
3var chopped = textconv.chop("This is a long long text", 18, {ellipsis: true});
4console.log(chopped); //=> This is a long ...