Doodle3D-Core/src/index.js

8 lines
265 B
JavaScript
Raw Normal View History

2017-10-24 12:33:14 +02:00
import * as math from './math/index.js';
import * as shape from './shape/index.js';
import * as utils from './utils/index.js';
import * as d3 from './d3/index.js';
import * as components from './components/index.js';
export { math, shape, utils, d3, components };