| 1 | import * as THREE from 'three'; |
| 2 | import { registerComponent } from '../core/component.js'; |
| 3 | import * as utils from '../utils/index.js'; |
| 4 | import { DEFAULT_HANDEDNESS, AFRAME_CDN_ROOT } from '../constants/index.js'; |
nothing calls this directly
no test coverage detected