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?