Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joshgillies/text-overflow-clamp
- Owner: joshgillies
- Created: 2016-10-06T00:49:43.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T15:32:27.000Z (almost 8 years ago)
- Last Synced: 2024-10-05T13:37:55.870Z (about 1 month ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 21
- Watchers: 2
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)