1.2.6 • Published 2 years ago

@saekitominaga/htmlelement-text v1.2.6

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.2.5

2 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

4 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago