1.2.2 • Published 4 years ago

webkit-line-clamp v1.2.2

Weekly downloads
642
License
MIT
Repository
github
Last release
4 years ago

webkit-line-clamp

Build Status MIT License NPM Version

JS polyfill CSS property -webkit-line-clamp. Works with nested DOM nodes.

Browsers support

Can I use: -webkit-line-clamp

Installation

$ yarn add webkit-line-clamp
# or
$ npm install webkit-line-clamp

Usage

import webkitLineClamp from 'webkit-line-clamp';
// or 
import { webkitLineClamp } from 'webkit-line-clamp';

webkitLineClamp(document.getElementById('text'), 3);

License

MIT License

1.2.2

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago