From c1568f02eb05a15410ecb84ff4a6a02f9e0463e0 Mon Sep 17 00:00:00 2001 From: Sebastian Wiedenroth Date: Thu, 18 Apr 2019 17:36:32 +0200 Subject: [PATCH] fix library name --- dmx-web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmx-web.js b/dmx-web.js index e278784..13dcdc6 100755 --- a/dmx-web.js +++ b/dmx-web.js @@ -5,7 +5,7 @@ const body = require('body-parser'); const express = require('express'); const socketio = require('socket.io'); const program = require('commander'); -const DMX = require('@node-dmx/dmx-library'); +const DMX = require('dmx'); const A = DMX.Animation; program