removed indexes

This commit is contained in:
casperlamboo 2017-12-12 11:31:11 +01:00
parent f8e4c801df
commit aa9e15fb45
6 changed files with 0 additions and 63 deletions

View File

@ -1,4 +0,0 @@
import DoodlePreview from './DoodlePreview.js';
import AuthImage from './AuthImage.js';
export { DoodlePreview, AuthImage };

View File

@ -1,25 +0,0 @@
import * as contextTools from './contextTools.js';
import * as d2Constants from './d2Constants.js';
import * as d2Tools from './d2Tools.js';
import * as d3Constants from './d3Constants.js';
import * as d3Tools from './d3Tools.js';
import * as exportConstants from './exportConstants.js';
import * as general from './general.js';
import * as saveConstants from './saveConstants.js';
import * as shapeTypeProperties from './shapeTypeProperties.js';
import * as mainMenuItems from './mainMenuItems.js';
import * as menu from './menu.js';
export {
contextTool,
d2Constant,
d2Tool,
d3Constant,
d3Tool,
exportConstant,
genera,
saveConstant,
shapeTypePropertie,
mainMenuItems,
menu
};

7
src/d3/index.js vendored
View File

@ -1,7 +0,0 @@
import createSceneData from './createSceneData.js';
import createScene from './createScene.js';
import RenderChain from './RenderChain.js';
import ShapeMesh from './ShapeMesh.js';
import ShapesManager from './ShapesManager.js';
export { createSceneData, createScene, RenderChain, ToonShaderRenderChain, ShapeMesh, ShapesManager };

View File

@ -1,9 +0,0 @@
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';
import * as constants from './constants/index.js';
import * as actions from './actions/index.js';
import * as reducer from './reducer/index.js';
export { shape, utils, d3, components, constants, actions, reducer };

View File

@ -1,7 +0,0 @@
import docToFile from './docToFile.js';
import * as shapeToPoints from './shapeToPoints.js';
import JSONToSketchData from './JSONToSketchData.js';
import SketchDataToJSON from './SketchDataToJSON.js';
import * as shapeDataUtils from './shapeDataUtils.js';
export { docToFile, shapeToPoints, JSONToSketchData, SketchDataToJSON, shapeDataUtils };

View File

@ -1,11 +0,0 @@
import * as asyncUtils from './async.js';
import * as binaryUtils from './async.js';
import * as dbUtils from './dbUtils.js';
import * as imageUtils from './imageUtils.js';
import * as exportUtils from './exportUtils.js';
import * as webGLSupport from './webGLSupport.js';
import * as vectorUtils from './vectorUtils.js';
import * as textUtils from './textUtils.js';
import * as reactUtils from './reactUtils.js';
export { dbUtils, asyncUtils, imageUtils, exportUtils, webGLSupport, binaryUtils, vectorUtils, textUtils, reactUtils };