diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..c06b1d0 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,6 @@ +import { Strip } from "./VMR/Bus"; +import { Control } from "./VMR/Control"; +import { Remote } from "./VMR/Remote"; +import { VMObject } from "./VMR/VMObject"; + +export default {Remote, Control, Strip, VMObject} \ No newline at end of file