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