Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joshgillies/text-overflow-clamp

A bare-bones port of TextOverflowClamp.js (http://codepen.io/Merri/pen/Dsuim) to npm
https://github.com/joshgillies/text-overflow-clamp

Last synced: 29 days ago
JSON representation

A bare-bones port of TextOverflowClamp.js (http://codepen.io/Merri/pen/Dsuim) to npm

Awesome Lists containing this project

README

        

# text-overflow-clamp

A bare-bones port of Vesa Piittinen's TextOverflowClamp.js (http://codepen.io/Merri/pen/Dsuim)

# API

```js
var clamp = require('text-overflow-clamp')
clamp(document.getElementById('js-toclamp'), 3)
```

## Limitations

Not compatible with padding, text-indent and probably some other stylings.

# License - Vesa Piittinen (http://merri.net/)