aresrpg / aresrpg-engine

Voxel rendering engine
1 stars 0 forks source link

build: change exports #6

Closed piellardj closed 4 months ago

piellardj commented 4 months ago

For better modularity, don't export everything under a single name, but export things individually so that users of this package can chose precisely what they import.

For instance, aresrpg-world only imports types from this module, so it doesn't need to import any code.