import Truncate = require("html-truncate"); Truncate('hello world', 4); Truncate('

hello world

', 4, { keepImageTag: true, ellipsis: true }); Truncate('

hello world

', 6, { keepImageTag: false, ellipsis: '---' });