Skip to content

Commit

Permalink
lib: Add another missing export.
Browse files Browse the repository at this point in the history
  • Loading branch information
freezy committed Nov 12, 2020
1 parent e260207 commit 7610cab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ export { Logger, Progress, progress } from './util/logger';
export { Ball } from './vpt/ball/ball';
export { ThreeRenderApi } from './render/threejs/three-render-api';
export { ThreeTextureLoader, BinaryReader, storage } from './refs.node';
export { TableExporter } from './vpt/table/table-exporter';

0 comments on commit 7610cab

Please sign in to comment.