The CAD Exchanger Web Toolkit depends on pako.js (v1.10.0) and three.js (r105) libraries, and therefore comes in two packages:
Bundled - a self-contained library, with external libraries injected.
cadex.bundle.js (~940KB)
Minified - requires external libraries to be loaded beforehand.
cadex.min.js (~350KB)
The CAD Exchanger Web Toolkit also provides core library which includes only core classes required for CAD Exchanger data model and doesn't include visualization classes. You should use this library when your application use own visualization engine.
Bundled (110KB)
Minified (90KB)
CAD Exchanger Web Toolkit provides API for integration with three.js as separate three library.
cadex.three.min.js (~8KB)
Note:
three
library comes in minified version only.
See also Integration with three.js library.