aframe-draw-component
aframe-draw-component copied to clipboard
how to use it with es6 import?
I want to do it by es6 import:
import 'aframe'
import 'aframe-draw-component'
but I fount that It didn't add draw in AFRAME components. How to import it and use it with advanced usage?