Skip to content

Commit 3f9aae9

Browse files
committed
Add settings to geom bundle
1 parent 2513e4e commit 3f9aae9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/geom/bundle.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// Only build function to create three.mjs model
1+
// Only build function to create three.js model
22

3-
export { version, parse } from '../core.mjs';
3+
export { version, parse, settings } from '../core.mjs';
44
export { openFile } from '../io.mjs';
55
export { build } from './TGeoPainter.mjs';

0 commit comments

Comments
 (0)