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>` Copy
const vertexShader = html` <div class="my-class"> <p>Some text</p> </div>`
Rest
Generated using TypeDoc
A template literal tag that does nothing. Useful for syntax highlighting of HTML code.
Example