mirror of
https://github.com/Doodle3D/Doodle3D-Core.git
synced 2024-12-22 11:03:48 +01:00
rename func
This commit is contained in:
parent
cffceb9d96
commit
c062af4bd9
@ -1,6 +1,6 @@
|
||||
import dbToDoc from './dbToDoc.js';
|
||||
import docToFile from './docToFile.js';
|
||||
import * as shapeToPoints from './shapeToPoints.js';
|
||||
import JSONToSketchData from './JSONToSketchData.js';
|
||||
import * as shapeDataUtils from './shapeDataUtils.js';
|
||||
|
||||
export { dbToDoc, shapeToPoints, JSONToSketchData, shapeDataUtils };
|
||||
export { docToFile, shapeToPoints, JSONToSketchData, shapeDataUtils };
|
||||
|
Loading…
Reference in New Issue
Block a user