Doodle3D-Core/src/shape/index.js
2017-10-25 11:39:02 +02:00

6 lines
213 B
JavaScript

import shapeToPoints from './shapeToPoints.js';
import JSONToSketchData from './JSONToSketchData.js';
import ShapeDataUtils from './shapeDataUtils.js';
export { shapeToPoints, JSONToSketchData, ShapeDataUtils };