move webpack to bin

This commit is contained in:
Stewart Allen 2025-07-09 01:18:29 -04:00
commit 0022bffc20
6 changed files with 142 additions and 157 deletions

View file

@ -8,9 +8,16 @@ import { LineGeometry } from '../node_modules/three/examples/jsm/lines/LineGeome
import { LineSegments2 } from '../node_modules/three/examples/jsm/lines/LineSegments2.js';
import { LineSegmentsGeometry } from '../node_modules/three/examples/jsm/lines/LineSegmentsGeometry.js';
import * as MeshBVHLib from '../node_modules/three-mesh-bvh/build/index.module.js';
export {
THREE, SVGLoader, BufferGeometryUtils,
THREE,
SVGLoader,
BufferGeometryUtils,
LineMaterial,
Line2, LineGeometry,
LineSegments2, LineSegmentsGeometry
};
Line2,
LineGeometry,
LineSegments2,
LineSegmentsGeometry,
MeshBVHLib
};