c-frame / aframe-extras

Add-ons and helpers for A-Frame VR.
https://c-frame.github.io/aframe-extras/examples/
MIT License
968 stars 308 forks source link

Allow to import specific modules #443

Closed vincentfretin closed 6 months ago

vincentfretin commented 6 months ago

In a node project with webpack correctly configured to define three as external THREE, you can import specific modules:

import "aframe-extras/controls/index.js";
import "aframe-extras/pathfinding/index.js";