<h1><?= __('Hello world!') ?></h1>
<div data-bind="textMagnifier: {
text: 'The quick brown fox jumps over the lazy dog',
words: [
'brown',
'lazy'
]}
">
</div>
<div>
<!-- ko textMagnifier: {
text: 'The quick brown fox jumps over the lazy dog',
words: [
'brown',
'lazy'
]
} -->
<!-- /ko -->
</div>