maxkrieger / aframe-draw-component

HTML5 canvas component for AFrame VR.
http://a9.io/aframe-draw-component/
57 stars 8 forks source link

how to use it with es6 import? #7

Open sky790312 opened 7 years ago

sky790312 commented 7 years ago

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?