2.3.0 • Published 1 year ago

element-line-length v2.3.0

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

element-line-length

Measure lines of text in a dom element.

Install

npm install element-line-length

Usage

import { elementLineLength } from 'element-line-length';

const element = document.getElementById('my-article');
elementLineLength(element); // => [15, 17, 20, 19]

Why?

Line length can affect readability and accessibility.

License

MIT

Related

2.3.0

1 year ago

2.2.1

2 years ago

2.2.2

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.0

2 years ago