AFRAME.registerComponent (name, definition)
Register an A-Frame component. We must register components before we use them anywhere in . Meaning from an HTML file, components should come in order before .
{string} name - Component name. The component’s public API as represented through an HTML at...