fivetwelve-cli-debug-driver
v0.2.0
Published
fivetwelve-driver to help debugging. Renders the current state of the dmx-universes to the console.
Downloads
11
Maintainers
Readme
fivetwelve-cli-debug-driver
A driver to help debugging your applications. Will simply output the current channel-values of the universe into your terminal.
PLEASE NOTE As all fivetwelve-modules, this module was written in ES6 using modules-syntax. To consume this module, you will need to configure your application accordingly.
For example by using
babel-register
like this:require('babel-register')({ presets: ['node6'], ignore: /node_modules\/(?!fivetwelve)/ });