A bare-bones port of Vesa Piittinen's TextOverflowClamp.js (http://codepen.io/Merri/pen/Dsuim)
var clamp = require('text-overflow-clamp')
clamp(document.getElementById('js-toclamp'), 3)
Not compatible with padding, text-indent and probably some other stylings.