From 65495c049170714d76fb3be409d3c667b50e11d5 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Sun, 26 Jul 2015 12:47:46 +0200 Subject: [PATCH] updated index.js --- example/index.html | 70 +++++++++++++++++++++++----------------------- src/index.js | 4 +++ 2 files changed, 39 insertions(+), 35 deletions(-) create mode 100644 src/index.js diff --git a/example/index.html b/example/index.html index bedade4..73ef163 100644 --- a/example/index.html +++ b/example/index.html @@ -1,45 +1,45 @@ - + -Doodle3D Box + Doodle3D Box - + - - + + - + - + + - - - - - - - - - - - - - - - - -
IDLocal IPStateCurrent LineBuffered LinesTotal LinesHotendHotend TargetBedBed TargetHas Control
+ + + + + + + + + + + + + + + + +
IDLocal IPStateCurrent LineBuffered LinesTotal LinesHotendHotend TargetBedBed TargetHas Control
- - + \ No newline at end of file diff --git a/src/index.js b/src/index.js new file mode 100644 index 0000000..0bbbb16 --- /dev/null +++ b/src/index.js @@ -0,0 +1,4 @@ +import Doodle3DManager from './doodle3dmanager.js'; +import Doodle3DAPI from './doodle3dapi.js'; + +export {Doodle3DManager, Doodle3DAPI};