A template literal tag that does nothing. Useful for syntax highlighting of HTML code.

const vertexShader = html`
<div class="my-class">
<p>Some text</p>
</div>
`
  • Parameters

    • strings: any
    • ...rest: any[]

    Returns string