Skip to content

Instantly share code, notes, and snippets.

@Comandeer
Created July 7, 2018 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Comandeer/bc340bdd2a7891d3085e9d46f755fcad to your computer and use it in GitHub Desktop.
Save Comandeer/bc340bdd2a7891d3085e9d46f755fcad to your computer and use it in GitHub Desktop.
Registering component
function registerComponent( { template, style, script } ) {
class UnityComponent extends HTMLElement {
[…]
}
return customElements.define( 'hello-world', UnityComponent );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment