1.2.6 • Published 5 months ago

@saekitominaga/htmlelement-text v1.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
5 months ago

Get the text width (width of the inline box) of the HTMLElement

npm version test status

Demo

Examples

<script type="module">
import HtmlElementText from './dist/HtmlElementText.js';

for (const textElement of document.querySelectorAll('.js-text-width')) {
  const htmlElementText = new HtmlElementText(textElement);
  console.debug(`${htmlElementText.getWidth()}px`);
}
</script>

<span class="js-text-width">Hello world!</span>

Constructor

new HtmlElementText(
  thisElement: HTMLElement
)

Parameters

Methods

1.2.6

5 months ago

1.2.5

5 months ago

1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago