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};