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
-
+
-
-
+
+
-
+
-
+
+
-
-
-
- ID |
- Local IP |
- State |
- Current Line |
- Buffered Lines |
- Total Lines |
- Hotend |
- Hotend Target |
- Bed |
- Bed Target |
- Has Control |
-
-
-
+
+
+
+ ID |
+ Local IP |
+ State |
+ Current Line |
+ Buffered Lines |
+ Total Lines |
+ Hotend |
+ Hotend Target |
+ Bed |
+ Bed Target |
+ Has 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};