Skip to content

Commit

Permalink
Add the exporters module's exports to the main index file
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Apr 27, 2020
1 parent be6cf40 commit bdf5817
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,11 @@ export {
Volume
} from "./volume";

export {
Exporter,
XMLExporter,
BINVOXExporter,
ArrayExporter
} from "./exporters";

export * from "./utils"

0 comments on commit bdf5817

Please sign in to comment.